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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
CEllis
Resolver I
Resolver I

Multiple Groups in Matrix using the same column

 

I am tring to creat a matrix that holds groups from the same column with different combination.

 

SourceTable

GroupType
1A
2B
3A

 

Then add them to a matrix row ,  the type to the column, and a value that counts.

 

OutPutMatrix

GroupAB
Group 11 
Group 2 1
Group 31 
Group 1 & 320
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@CEllis , You have Create a new table

 

Group  , Group Name

1 , Group 1

2 , Group 2

3 , Group 3

1 , Group 1 & 3

3, Group 1 & 3

 

Join it with the Source table group and use it in the visual

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@CEllis , You have Create a new table

 

Group  , Group Name

1 , Group 1

2 , Group 2

3 , Group 3

1 , Group 1 & 3

3, Group 1 & 3

 

Join it with the Source table group and use it in the visual

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Kudoed Authors