Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi all — looking for honest feedback from people who manage larger Power BI environments alongside SQL Server, since I want to sanity-check an idea before investing more time in it.
The problem I'm trying to solve:
In enterprises with a lot of legacy SQL Server (stored procedures, views) feeding Power BI datasets, nobody seems to have a reliable way to answer: "If I drop/rename/change the type of this column, what breaks downstream?" Today this seems to get handled by manually grepping SQL code, tribal knowledge, or just shipping the change and waiting to see what breaks.
What I'm prototyping:
A tool that:
Where I know Power BI already has native coverage, and I don't want to overclaim:
Questions for the community:
Appreciate any honest pushback — including "this already exists" or "not worth building" — I'd rather find out now than after building it out further.
@Parchitect , @Zanqueta , @jaryszek Need help
Hi @jaryszek
We would like to inquire whether have you got the chance to check the solutions provided by other users in commiunity to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.
Thank you.
Hello,
I explored this area previously. As far as I know, there is no single mature tool that reliably checks the full impact of a renamed on-premises SQL Server column across SQL objects, Power Query, the Power BI semantic model, DAX, reports, and individual visuals.
There are tools that cover parts of the problem. Tabular Editor can analyze semantic-model dependencies, Power BI provides lineage and impact analysis at the artifact level, and Purview or third-party lineage tools can cover parts of the upstream data flow. However, the complete end-to-end check still seems fragmented.
You may also want to look at the open-source PBIP Lineage Explorer:
https://github.com/JonathanJihwanKim/pbip-lineage-explorer
It can trace dependencies from Power BI visuals through DAX, model columns, and Power Query back to source columns, including rename chains. However, it does not appear to independently scan the complete SQL Server dependency layer across tables, views, and stored procedures, so your SQL-side integration could still provide real value.
Without a complete lineage tool, I would also recommend keeping schema contracts and source code under version control. For example, teams can keep the current expected table schemas in CSV files with fields such as schemaName, schemaVersion, fieldName, dataType, and nullable, while Git preserves the full history of changes. SQL views and stored procedures, together with PBIP/TMDL/PBIR files, should also be version-controlled and reviewed through pull requests.
This would not replace impact analysis, but it would make schema changes traceable, reviewable, and much safer.
Thank you for your reply, @jaryszek .
I really appreciate your time and effort in looking into this.
No problem, you can share how yoy solved it after
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |