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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
is there a way to identify which reports would be impacted if i do changes in semantic model or which reports would be impacted by semantic model changes?
simialrly if i do changes in database columns then which semantic models would be impacted? i know there is a lineage feature available in power bi which can be used to identify reports which depend on semantic model, i just wanted to know if there is an alternate way to check this
Solved! Go to Solution.
Use the Power BI REST API. This endpoint gets all reports that depend on a dataset:
GET https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/datasets/{datasetId}/users
For database-to-semantic model impact, you'll need external documentation. Power BI lineage only shows semantic-model-to-report relationships, not database-to-semantic-model dependencies.
If this answer helped, please click Kudos or mark as Solution.
-Kedar
LinkedIn: https://www.linkedin.com/in/kedar-pande
Hi @power
Have you had a chance to look through the responses shared earlier? If anything is still unclear, we’ll be happy to provide additional support.
Hi @powerbiexpert22
We wanted to follow up to check if you’ve had an opportunity to review the previous responses. If you require further assistance, please don’t hesitate to let us know.
Use the Power BI REST API. This endpoint gets all reports that depend on a dataset:
GET https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/datasets/{datasetId}/users
For database-to-semantic model impact, you'll need external documentation. Power BI lineage only shows semantic-model-to-report relationships, not database-to-semantic-model dependencies.
If this answer helped, please click Kudos or mark as Solution.
-Kedar
LinkedIn: https://www.linkedin.com/in/kedar-pande
- To find which reports depend on a semantic model: Use Lineage View, Semantic Link (SemPy), or Power BI REST API.
-To find which semantic models depend on database columns: Use Tabular Editor’s dependency view, Semantic Link, or REST API.
You use tools like Collibra or Purview for enterprise level lineage tracking and leak prevention.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!