The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
You embed a Power BI report by referencing the Power BI report id. Alternatively you can reference the report by name, just be aware that if multiple reports have the same name the first found will be used.
The easiest approach to find reports you have access to and the required CRM configuration is by going to the solution configuration page.
The configuration page lists available tiles and reports. Both those you have access to through your workspace and those through group membership(s). Click preview to see how the report looks inside Dynamics CRM (note: shown inside the configuration page).
2. Next create a new dashboard and add the web resource named ‘his_/powerBiViewer.html’.
3. Give the resource a meaningful name and label.
4. Paste the configuration from step 1 into ‘Custom parameter (data)’.
5. Save and publish the dashboard.
6. You are done! The result should be similar to the image below.
type=report&reportId=<reportId>[&groupId=<groupId>]
type=tile&dashboardId=<dashboardId>&tileId=<tileId>[&groupId=<groupId>]
(groups currently not supported when using names)
type=report&reportName=<reportName>
type=tile&dashboardName=<dashboardName>&tileName=<tileName>