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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
RoksanaSZ
New Member

Ability to visualize the table by grouping by the first column

Hello,

I have a some example table I would like it to be visualized in some required way.

Example table:

TypeProducentGradeColorParameter1Parameter2Parameter3
CarNissanABLACKABS
CarNissanABLACKBBD
CarMercedesABLUESAS
CarMercedesAGREENDBS
CarFordBREDSSS
CarFordBYELLOWSDA
CarFordCBLACKSSA
CarFordCREDASB
CarBMWBGREENASH
CarBMWBREDBBA
CarBMWDGREENFFG
TruckScaniaCREDGGS
TruckScaniaSYELLOWSHS
TruckManCBLACKBAD
TruckManCBLACKFGS
TruckManSBLACKGSS
TruckDAFABLUEHSD
TruckDAFAGREENADS
TruckDAFBREDWSD
TruckDAFBGREENASS
MotorSuzukiSREDBDS
MotorSuzukiDGREENFSB
MotorSuzukiAREDGSF
MotorKawasakiDYELLOWSBS
MotorKawasakiSBLACKSFB
MotorKawasakiSBLACKDSF
MotorYamahaAYELLOWSBS
MotorYamahaCBLACKSFS
MotorYamahaBBLACKBSB
MotorHondaSBLUEFSB
MotorHondaDGREENSBB
MotorHondaAREDSBS

 

I need it to be visualized in a way that groups the rows by the first column.

An example of the required display:

RoksanaSZ_0-1701211290729.png


Example of another required view:

RoksanaSZ_1-1701211327750.png


Unfortunately, the view of the example will obviously change, due to slicers for the user on all columns which eliminates the stiff layout.

I have already tried using matrix without stepped, but it does not come out as it should. Is anyone able to tell if it is possible to get this using matrix, table in PowerBi?

Thank you in advance for your reply and help 🙂

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@RoksanaSZ you need to unpivot your data :

 

Transform Data -> Select nonparameter columns -> Right Click -> Unpivot other columns.

 

It will add 2 columns, attribute, and value, and rename as you see fit. Close and apply.

 

In matrix visual, use columns on the rows, attribute on the columns, and value on the values well. change the aggregation to min and max and that should work.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

1 REPLY 1
parry2k
Super User
Super User

@RoksanaSZ you need to unpivot your data :

 

Transform Data -> Select nonparameter columns -> Right Click -> Unpivot other columns.

 

It will add 2 columns, attribute, and value, and rename as you see fit. Close and apply.

 

In matrix visual, use columns on the rows, attribute on the columns, and value on the values well. change the aggregation to min and max and that should work.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors