Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
powerbiexpert22
Impactful Individual
Impactful Individual

impact of semantic model changes on reports

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

1 ACCEPTED SOLUTION
Kedar_Pande
Super User
Super User

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

View solution in original post

5 REPLIES 5
v-aatheeque
Community Support
Community Support

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.

Kedar_Pande
Super User
Super User

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

Shahid12523
Community Champion
Community Champion

- 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.

Shahed Shaikh
lbendlin
Super User
Super User

You use tools like Collibra or Purview for enterprise level lineage tracking and leak prevention.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors