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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Measure Dependency View (similar to the Query Dependency View)

The newly introduced Query Dependency view is phenomenal but what we really need is a Measure Dependency view. Here is what it might look like: http://ppvt.pro/2eXKndh And a video detailing this idea: https://youtu.be/sYjBB_Ef66M In one of my production models I have 60 Queries, but I have 200+ measures! I believe that is typical; usually I build Queries and Measures as lego blocks, combining simpler ones into more complex ones needed in the end. In fact I needed it so badle that I attempted to build a Measure Dependency view using NodeXL. While that works, it's a lot of heavy lifting. How cool would it be, to just click a button on Power BI Desktop and see all your measures in a Dependency tree!
Status: Needs Votes
Comments
eugene_niemand
New Member
More than a year later and this is still the best tool out there https://github.com/otykier/TabularEditor
ajefremovs
New Member
This kind of functionality is crucial for building complex reports!
fbcideas_migusr
New Member
Definitely need this on Measures.
fbcideas_migusr
New Member
Avi, great idea. I posted the following before I saw that it was a very similar suggestion... Measures that reference and depend on other measures can be difficult to trace and debug. To make this easier, provide the option in the field list to show the measures that are referenced by other measures. This should be optional and performed individually for each measure to avoid unnecessary performance overhead. Here's a conceptual mockup:measure dependency (on my blog here: sqlserverbi.blog/2019/08/06/power-bi-product-suggestion-show-measure-dependencies/ )
wadecb
New Member
With XMLA endpoint on Power BI datasets (Premium), you should be able to get the dependencies using a query like this: SELECT * FROM SYSTEMRESTRICTSCHEMA ($SYSTEM.DISCOVER_CALC_DEPENDENCY, [KIND] = 'NAMED_DEPENDENCY') More info here: https://blogs.msdn.microsoft.com/analysisservices/2017/07/17/whats-new-in-sql-server-2017-rc1-for-analysis-services/
icd1
New Member
A dependency tree until you reach fields. And also for calculed columns against other mesures or fields
fbcideas_migusr
New Member
Also being able to ctrl-click [Measure name] in the editor to navigate to this measure would be great!
jcorteco
New Member
Please, this will help us a lot
mario_pascual
New Member
This would be really useful! Mainly in large reports, in which you can easily have hundreds of measures, it is impossible to remember which measures will be affected by a single change in one measure.
nrh
New Member
Great idea. Wolud be nice to see calculated columns in the same view.