Adding Reports V2 to the Management Console

Adding Reports V2 to the Management Console

Must Haves:

  • Report Name
  • Report's Table Name
  • Report ID (Guid)
  • Dataset ID (Guid)

 

Steps to obtain the above pieces of information:

1. Construct the report in Power BI Desktop

  1. Ideally, the data set will be created locally and uploaded to BI Cloud.
  2. From there it can be scheduled to refresh from the live data warehouse.
  3. Warning: After that, the data set cannot be altered.

2. When the data set is created, a table is created in the report to store the data. Keep this table name handy.
  1. Note: For consistency, the naming convention for the table is going to be the report name without spaces.
3. Publish the new report to Power BI Cloud to the appropriate Workspace. Once there, get the report ID.
  1. Click on the new report to open it in view mode.
  2. See Figure 3 below

4. The report ID is going to be the Guid in the URL after /reports/.
  1. See Figure 4 below
5. Example: /reports/aaf7c5e1-9b08-4ba6-99d7-b96b959487cf/ReportSection
a. See Figure 5 below

6. Keep this Guid handy.

7. Still in Power BI Cloud, click back into the Workspace and click into Datasets.
  1. a. The newly uploaded Dataset will have the same name as the Report.
  2. b. Click the 3 dots … and then Settings.
  3. c. The Guid we need will once again be the last Guid in the URL after /settings/datasets/
  4. d. Example: /settings/datasets/67af810a-1221-4030-97b2-ab5b852ef073
  5. e. Keep this Guid handy too.

8. Open the ComevoApp database and open the [tblReportConfigV2] table for editing.

9. Populate [ReportId] with the 1 Guid we kept handy from step 3.

10. Populate the [ReportName] column with the name of the report.
  1. Note: This column is purely for human consumption so we can tell one report from another without memorizing Guids.
11. Populate the [DatasetId] column with the 2 Guid we kept handy from step 4.

12. Next, populate the [TableName] column with the table name mentioned above in step 2.

13. If we’re making a new report for staging, set [IsProduction] to false. If we’re doing this for the live site in the live SQL server (or AWS DB Interface) set it to true.

14. That’s all.

    • Related Articles

    • Creating Status Reports - needs updating

      Start, my computer, Comevo on 'evo' (T:) drive, Management, Staff, Sales Rep (choose sales rep) Go to RatioAnalysis- Ed file and fill in the total calls, demos, closes, close $ for each sales rep (the total can be found in the spreadsheet for the ...
    • Comevo Staff Meeting - Development and Product Management - March 18, 2021

      Staff Meeting Agenda ​ Question of the Day - What was your first job? Comevo Announcement by Scott Employee Spotlight Comevo Learning Hosted by Development and Product Management What role does Development and Product Management play in our sales ...
    • How To Add a Module To Select List in Manage Users

      In the Manage Users section of the Management Console, There is a "Send email invite to" select list for modules. In order for a module to show up here, you need to do the following. In the Manage Users section of the Management Console, There is a ...
    • How to Deactivate a Module

      Steps to take to deactivate a client module 1. Navigate to the Correct Table Entry Log on to the Server, and open up SQL Server Management Studio Express. In the table Socrates/Databases/Training/Tables/tblTrainingModules: Open up the SQL view of ...
    • Tasks - Needs updating

      Daily Tasks: Check email when arrive Enter any bills or charges that have come in Answer any collections emails Go thru folders for any receipts/bills/deposits that may have come in Record as necessary Update Access file for any demos scheduled/demos ...