Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Team,
Is there a way to find out reports using ArcGIS visuals in our tenant ?
Thanks in advance.
Yes, you can use the Power BI REST API to get a list of reports that use ArcGIS visuals in your tenant.
Here's an example of the steps you can take:
Register a Power BI app in Azure AD and obtain an access token for the app using the OAuth 2.0 client credentials grant flow.
Use the REST API to get a list of all the reports in your tenant, using the GetReportsAsAdmin API method.
For each report in the list, use the GetVisualsAsAdmin API method to get a list of all the visuals in the report.
Check if any of the visuals in the report are ArcGIS visuals. You can do this by checking the VisualType property of each visual. If the VisualType is esri-map, then the visual is an ArcGIS visual.
If you find any reports that use ArcGIS visuals, you can record the report name, report ID, and any other relevant information.
Note that using the Power BI REST API requires some programming knowledge and experience. You will need to use a programming language such as C#, Python, or JavaScript to interact with the API. Microsoft provides comprehensive documentation for the Power BI REST API, including sample code and tutorials, which can be found on the Microsoft website.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
64 | |
31 | |
28 | |
26 | |
24 |
User | Count |
---|---|
54 | |
49 | |
41 | |
15 | |
13 |