Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We are querying the Power BI API to get the metadata of our semantic models to create a data catalog and we face some issues with a semantic model that has a few perspectives. For that specific model, the API returns no details on the tables and measures inside of it.
API returns no details on dataset with a perspective
We made some tests and for the same model but without any perspectives, the API returns the full details of the tables, measures, etc.
API returns details on same dataset without perspective
Has anyone else some experience with this? Do we know if perspectives are supported by the scanner API ?
Hi @olivier97 ,
The Power BI Scanner API is designed to extract metadata from your Power BI tenant, including details about dataset tables, columns, measures, DAX expressions, and mashup queries. However, it seems like you’re experiencing an issue where the API is not returning details for a semantic model that has perspectives. The API might not be able to access the data for the perspectives. This could be due to how the data is stored or accessed in Power BI.
Best Regards