Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All
I am fairly sure this is not possible but wanted to reach out to see if any experts can solve this and if not reassure me that it is is not possible. A team member has asked me if we can have multiple rows in a Matrix that are not linked.
I have tried adding as rows but they seem to automatically link as a stepped view parent - child. From looking at previous forum posts i can see that the +/- can be switched off and stepped layout too buit this would be needed for each unrelated row example below:
Is there a way to have one Matrix but with many unrelated rows, there are 4 rows altogether age, gender etc and each would need to + to the groupings as below
2022 | 2023 | 2024 | |
+AGE 10-17 18-30 ...... | |||
+GENDER M F ....... |
at the moment i am getting :
+M 10-17 18-30 | ||
+F 10-17 18-30 |
Any advice would be greatly appreciated before we go down the route of adding a navigation panel to navigate between seperate matrix tables.
Thank you
Solved! Go to Solution.
Hi @AnnLT,
Let's assume, you have such a dataset:
You will need to create an auxiliary table like this and use the columns from this tables as rows in your matrix:
Then you will need a measure, the one like this:
And your problem is solved.
Check the attached file for details.
Best Regards,
Alexander
Hi @AnnLT,
Let's assume, you have such a dataset:
You will need to create an auxiliary table like this and use the columns from this tables as rows in your matrix:
Then you will need a measure, the one like this:
And your problem is solved.
Check the attached file for details.
Best Regards,
Alexander
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.