Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/6304
Table Type: Company
Table Name: Power BI User Configuration
Database Table Name: CRONUS UK Ltd_$Power BI User 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 User Configuration can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Power BI User Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Page ID]
,[User Security ID]
,[Profile ID]
,[Report Visibility]
,[Selected Report ID]
,[Lock to first visual]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Power BI User 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 User Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI User Configuration]
LEFT JOIN
[User] AS [User]
ON
[Power BI User Configuration].[User Security ID] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Power BI User Configuration].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Power BI User Configuration].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Power BI User Configuration table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Page ID | Page ID | Normal | Text | 50 | Page ID | nvarchar(100) |
2 | 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 User Configuration].[User Security ID] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Power BI User Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI User Configuration] LEFT JOIN [User] AS [User] ON [Power BI User Configuration].[User Security ID] = [User].[User Security ID] | |||||||
3 | Profile ID | Profile ID | Normal | Code | 30 | Profile ID | nvarchar(60) |
4 | Report Visibility | Report Visibility | Normal | Boolean | 4 | Report Visibility | tinyint |
5 | Selected Report ID | Selected Report ID | Normal | GUID | 16 | Selected Report ID | uniqueidentifier |
10 | Lock to first visual | Lock to first visual | Normal | Boolean | 4 | Lock to first visual | 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 User Configuration].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Power BI User Configuration$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI User Configuration] LEFT JOIN [User] AS [User] ON [Power BI User Configuration].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |