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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Flixy04
Regular Visitor

Generating a Data Bus Matrix according to Kimball in Power BI / Tabular Editor 3

Hi together,

i would like to generate a Data Bus Matrix according to Kimball in Power BI / Tabular Editor 3.
I am looking for a measure that recognizes which KPI can be analyzed in which dimension.
This should be a help for the users of the dashboard and should look like this:

Flixy04_0-1687938370147.png

Thank you!

Flixy04

1 ACCEPTED SOLUTION
Flixy04
Regular Visitor

Hi together,

i found a solution. in SSAS you can see the dependencies in a Tabular Model with this SQL statement:

SELECT * FROM $SYSTEM.DISCOVER_CALC_DEPENDENCY

You can load this tabel in your model and after some transformation it is possible tho show the Data Bus Matrix.

 

Regards

Flixy04

View solution in original post

2 REPLIES 2
Flixy04
Regular Visitor

Hi together,

i found a solution. in SSAS you can see the dependencies in a Tabular Model with this SQL statement:

SELECT * FROM $SYSTEM.DISCOVER_CALC_DEPENDENCY

You can load this tabel in your model and after some transformation it is possible tho show the Data Bus Matrix.

 

Regards

Flixy04

v-jingzhang
Community Support
Community Support

Hi @Flixy04 

 

I'm afraid a measure cannot do this job. I took a quick look at all DAX functions and felt that none of them could do that. You need to recognize which KPI can be analyzed in which dimension and record the results in a data source manually. Then import it into Power BI Desktop and use a Matrix visual to display the results directly. 

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors