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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
AnnLT
Frequent Visitor

Multiple unrelated Rows in Matrix - is this possible?

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

 202220232024

+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

1 ACCEPTED SOLUTION
barritown
Super User
Super User

Hi @AnnLT,

Let's assume, you have such a dataset:

barritown_0-1730389158860.png

You will need to create an auxiliary table like this and use the columns from this tables as rows in your matrix:

barritown_1-1730389244782.png

Then you will need a measure, the one like this:

barritown_2-1730389336179.png

And your problem is solved.

Check the attached file for details.

Best Regards,

Alexander

My YouTube vlog in English

My YouTube vlog in Russian

 

View solution in original post

2 REPLIES 2
barritown
Super User
Super User

Hi @AnnLT,

Let's assume, you have such a dataset:

barritown_0-1730389158860.png

You will need to create an auxiliary table like this and use the columns from this tables as rows in your matrix:

barritown_1-1730389244782.png

Then you will need a measure, the one like this:

barritown_2-1730389336179.png

And your problem is solved.

Check the attached file for details.

Best Regards,

Alexander

My YouTube vlog in English

My YouTube vlog in Russian

 

Thank you so much @barritown this has worked perfectly 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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