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
gduobaite
Helper III
Helper III

Group rows in table visual

Hi, 

 

is it possible to group the same text (1st column) in one row in table visual?

I know it is simple with matrix, but I can't use it, so need the same solution in table. 

 

gduobaite_0-1600927419192.png

 

Thanks. 

4 REPLIES 4
Anonymous
Not applicable

Hi @gduobaite ,

 

1.Use Conditional Formatting:

Measure =

SWITCH ( MAX ( 'Table'[Cate] ), "Form", "Red", "Format", "Light Green" )

9.25.2.1.png

2. Use Group by 

9.25.2.2.PNG

 

Here is my pbix file.

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.

If not, please upload some insensitive data samples and expected output.

 

Best Regards,

Eyelyn Qin

@Anonymous , thank you for your time, but your solution does not satisfies my problem.. 

amitchandak
Super User
Super User

@gduobaite , I do not think you can do that in table visual. You have to use the Matrix.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak , I was thinking about Group by or even Conditional formatting... But no ideas.

Why I can't use matrix because I don't need values in there and without values I can't use conditional formatting to my needed column. 

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