Report integration -Power BI & Service Now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 05:47 AM
You can add the dynamic content block widget to the dashboard with html of the report in it. You can get html (iframe) of the Power BI report from Power BI -> report -> file -> publish to web -> html.
Then you will see the full report in the frame. Depending on the size of the report, it could be better to have it at the separate tab (see example below)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 07:25 AM
If you're looking for enhanced reporting, you can also take a look at using Explore Analytics. It can also integrate with non-SN data in real-time, embed in the SN dashboard, and it has a much tighter integration with ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-09-2019 02:52 PM
For me, the steps in the PowerBI browser app were: File > Embed > Copy the text from the "Html you can paste into your blog or website" section.
My copied text included "&" characters that were giving me the error:
The reference entity "<placeholder>" must end with the ";" delimiter. A little online googling told me that the error was generated because & is a special character in HTML and XML. The solution is that in the ServiceNow XML box you need to replace every occurrence of "&" with "&". Then it works.
Thank you for the how-to on this, @olgaredkina!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2020 09:11 AM
Hi The same way to how to share service now report to power Bi ?