Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/6301
Table Type: Company
Table Name: Power BI Report Configuration
Database Table Name: CRONUS UK Ltd_$Power BI Report Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972
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 Report Configuration can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Power BI Report Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[User Security ID]
,[Report ID]
,[Context]
,[EmbedUrl]
,[ReportName]
,[ReportEmbedUrl]
,[Workspace ID]
,[Workspace Name]
,[Report Page]
,[Show Panes]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Power BI Report Configuration$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 Report Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Configuration]
LEFT JOIN
[User] AS [User]
ON
[Power BI Report Configuration].[User Security ID] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Power BI Report Configuration].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Power BI Report Configuration].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Power BI Report Configuration table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | User Security ID | User Security ID | Normal | GUID | 16 | User Security ID | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Power BI Report Configuration].[User Security ID] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Power BI Report Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Configuration] LEFT JOIN [User] AS [User] ON [Power BI Report Configuration].[User Security ID] = [User].[User Security ID] | |||||||
2 | Report ID | Report ID | Normal | GUID | 16 | Report ID | uniqueidentifier |
3 | Context | Context | Normal | Text | 30 | Context | nvarchar(60) |
4 | EmbedUrl | EmbedUrl | Normal | Text | 250 | EmbedUrl | nvarchar(500) |
5 | ReportName | ReportName | Normal | Text | 200 | ReportName | nvarchar(400) |
10 | ReportEmbedUrl | ReportEmbedUrl | Normal | Text | 2048 | ReportEmbedUrl | nvarchar(4096) |
20 | Workspace ID | Workspace ID | Normal | GUID | 16 | Workspace ID | uniqueidentifier |
21 | Workspace Name | Workspace Display Name | Normal | Text | 200 | Workspace Name | nvarchar(400) |
50 | Report Page | Report Page | Normal | Text | 200 | Report Page | nvarchar(400) |
51 | Show Panes | Show Panes | Normal | Boolean | 4 | Show Panes | tinyint |
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Power BI Report Configuration].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Power BI Report Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Configuration] LEFT JOIN [User] AS [User] ON [Power BI Report Configuration].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |