Power BI Displayed Element

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/6312

Table Type: Company

Table Name: Power BI Displayed Element
Database Table Name: CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 6312

Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Power BI Displayed Element can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [UserSID]
   ,[Context]
   ,[ElementId]
   ,[ElementType]
   ,[ElementName]
   ,[ElementEmbedUrl]
   ,[WorkspaceID]
   ,[WorkspaceName]
   ,[ReportPage]
   ,[ShowPanesInNormalMode]
   ,[ShowPanesInExpandedMode]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Displayed Element]
LEFT JOIN
   [User] AS [User]
      ON
         [Power BI Displayed Element].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Power BI Displayed Element].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Power BI Displayed Element table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1UserSID Primary Key SearchUser Security IDNormalGUID16UserSIDuniqueidentifier
2Context Primary Key SearchContextNormalText50Contextnvarchar(100)
3ElementId Primary Key SearchElement IDNormalText2048ElementIdnvarchar(4096)
4ElementType Primary Key SearchElement TypeNormalOption4ElementTypeint
Available options are:
  • “Workspace”
  • “Report”
  • “Report Visual”
  • “Dashboard”
  • “Dashboard Tile”
10ElementName SearchElement NameNormalText200ElementNamenvarchar(400)
11ElementEmbedUrl SearchElement Embed UrlNormalText2048ElementEmbedUrlnvarchar(4096)
20WorkspaceID SearchWorkspace IDNormalGUID16WorkspaceIDuniqueidentifier
21WorkspaceName SearchWorkspace Display NameNormalText200WorkspaceNamenvarchar(400)
50ReportPage SearchReport PageNormalText200ReportPagenvarchar(400)
51ShowPanesInNormalMode SearchShow Panes in Normal ModeNormalBoolean4ShowPanesInNormalModetinyint
52ShowPanesInExpandedMode SearchShow Panes in Expanded ModeNormalBoolean4ShowPanesInExpandedModetinyint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Power BI Displayed Element].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Displayed Element]
LEFT JOIN
       [User] AS [User]
              ON
                     [Power BI Displayed Element].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [Power BI Displayed Element].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Power BI Displayed Element$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Displayed Element]
LEFT JOIN
       [User] AS [User]
              ON
                     [Power BI Displayed Element].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *