The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello!
I need to create a report where I can display multiple granularity details in a single fields/column of a Matrix.
This basically means that some rows from the source table will be counted multiple times
Here is the example of the data:
So Far I have come up with these sutions:
I do not want to expand the rows of the source table to multiple rows, I want 1 row = 1 employee
I would prefer the first solution using Many to many relationship, because it seems the most efficient when it comes to writing the measures. But I am not sure of any future complications/implications this solution might bring.
I would like to know your opinion or maybe you have a different solution!
Thank you
Jakub
Solved! Go to Solution.
Your dimension table 2 needs to stay disconnected for this to work. Your composite key (table 1) is not required, and table 3 is not required either.
Repeating data in the same visual is a design red flag.
see attached.