Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
i have been tasked to identify all powerBi reports that are using a specific Snowflake table. Since original power Bi developer is not around and reports are across multiple warehouses. I need a automated way to scan meta data of downloaded pbix files and list queries in each report so that I can do CTRL+F in text editor.
Did anyone solve this usecase before?
Note: I have already tried calling Power API but getting error that the dataset is not a POST API. Also I cannot install any 3rd party tools since it needs approvals from security team and is A very long process.
Solved! Go to Solution.
The usual approach is to use the Scanner API or Purview. If that is not an option for you then you need to connect to the semantic models individually and run DMV queries over the partitions.
select * from $SYSTEM.TMSCHEMA_PARTITIONS
The usual approach is to use the Scanner API or Purview. If that is not an option for you then you need to connect to the semantic models individually and run DMV queries over the partitions.
select * from $SYSTEM.TMSCHEMA_PARTITIONS
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |