Power BI Report Uploads

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

Table Type: Company

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

Table Number: 6307

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 Uploads can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [PBIX BLOB ID]
   ,[Uploaded Report ID]
   ,[User ID]
   ,[Import ID]
   ,[Deployed Version]
   ,[Is Selection Done]
   ,[Embed Url]
   ,[Should Retry]
   ,[Retry After]
   ,[Needs Deletion]
   ,[IsGP]
   ,[Report Embed Url]
   ,[Report Upload Status]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Power BI Report Uploads$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 Uploads$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Uploads]
LEFT JOIN
   [User] AS [User]
      ON
         [Power BI Report Uploads].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Power BI Report Uploads].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Power BI Report Uploads table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1PBIX BLOB ID Primary Key SearchPBIX BLOB IDNormalGUID16PBIX BLOB IDuniqueidentifier
2Uploaded Report ID SearchUploaded Report IDNormalGUID16Uploaded Report IDuniqueidentifier
3User ID Primary Key SearchUser IDNormalGUID16User IDuniqueidentifier
4Import ID SearchImport IDNormalGUID16Import IDuniqueidentifier
5Deployed Version SearchDeployed VersionNormalInteger4Deployed Versionint
6Is Selection Done SearchIs Selection DoneNormalBoolean4Is Selection Donetinyint
7Embed Url SearchEmbed UrlNormalText250Embed Urlnvarchar(500)
8Should Retry SearchShould RetryNormalBoolean4Should Retrytinyint
9Retry After SearchRetry AfterNormalDateTime8Retry Afterdatetime
10Needs Deletion SearchNeeds DeletionNormalBoolean4Needs Deletiontinyint
11IsGP SearchIsGPNormalBoolean4IsGPtinyint
20Report Embed Url SearchReport Embed UrlNormalText2048Report Embed Urlnvarchar(4096)
23Report Upload Status SearchReport Upload StatusNormalOption4Report Upload Statusint
Available options are:
  • “NotStarted”
  • “ImportStarted”
  • “ImportFinished”
  • “ParametersUpdated”
  • “DataRefreshed”
  • “Completed”
  • “Failed”
  • “Skipped”
  • “PendingDeletion”
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 Report Uploads].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Power BI Report Uploads$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Uploads]
LEFT JOIN
       [User] AS [User]
              ON
                     [Power BI Report Uploads].[$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 Report Uploads].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Power BI Report Uploads$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Power BI Report Uploads]
LEFT JOIN
       [User] AS [User]
              ON
                     [Power BI Report Uploads].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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