Skip to main content

Power BI

New

See everywhere a measure is being used (Measure Dependencies)

Vote (69) Share
's profile image

on 03 Nov 2017 22:39:23

It would be nice to be able to click on a measure and see all other measures that are using that measure. Kind of like Query Dependencies, but for measures.

I have several hundred measures, and many of them are using the same base measures, this would help with diagnosing issues when I have to change one of those base measures. Thank you!

Comments (5)
's profile image Profile Picture

0a3c9db5 0d27-4a53-8104-aa2d3e5467b0 on 06 Jul 2020 00:12:01

RE: See everywhere a measure is being used (Measure Dependencies)

This would be helpful. I am new to working with Dax and create multiple expressions in order to find how to write it correctly. Now I have multiple measures with 1,2,3, after them and I am not sure which one I can delete without looking at all tab and other measures to see if they are using the measure I want to delete.

's profile image Profile Picture

37a0e18f 5f77-4996-b03a-cbad859ee297 on 06 Jul 2020 00:04:54

RE: See everywhere a measure is being used (Measure Dependencies)

The model analysis tab in RadaCad's Power BI Helper will provide a measure dependency tree. Very helpful and free.

's profile image Profile Picture

5960fa23 e9f4-4325-bf8b-5aff91bac86d on 06 Jul 2020 00:04:33

RE: See everywhere a measure is being used (Measure Dependencies)

Critical need to quickly find all reports/charts/views and associated DAX references for a Measure name.

's profile image Profile Picture

51af57f3 78fe-476d-aebf-cdb52004f81a on 05 Jul 2020 23:39:28

RE: See everywhere a measure is being used (Measure Dependencies)

Not only the measures using the selected one, but the visuals that use it too. Would be very useful, like in Visual Studio where we can find every single line in the entire project that references a property or method

's profile image Profile Picture

8d3b0337 8704-47e3-8c3b-56e5e2306792 on 05 Jul 2020 23:25:13

RE: See everywhere a measure is being used (Measure Dependencies)

A bit late on the response but there is a way to do this. If you have DAX studio, you can

click on the DMV Tab on the bottom >> Double click "MDSCHEMA_MEASURES" >> Run the Query

The result will show you all your formulas in powerBI. You can export the output and voila!