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! Learn more

Reply
Syndicate_Admin
Administrator
Administrator

Format Rows according to a column

Hello Community.

In an Array it is possible to Format/Highlight by grouping of a specific column, in this case by Mark ?

CristianCL21_0-1620277726262.png

Greetings.

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@Syndicate_Admin , You need to color all columns.

You can create a color measure like and use that in conditional formatting using field value option

 

Switch(Max(Table[Marca]),
"Honda", "Green",
"Mazda","Blue",
"Toyota", "grey",
"Hyundai", "yellow" // or use hex code #ff11ff
)

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

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

View solution in original post

HarishKM
Memorable Member
Memorable Member

@Syndicate_Admin Kindly refer this blog for more info 

 

Dynamic Coloring based on Category  

 

Kudos will be appriciated 😊

View solution in original post

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

perfect!!!

And now if the column is not category, and let's say it is the id of the person, and this person repeats N times, can I paint each group according to ID?

Best regards!!!

HarishKM
Memorable Member
Memorable Member

@Syndicate_Admin Kindly refer this blog for more info 

 

Dynamic Coloring based on Category  

 

Kudos will be appriciated 😊

amitchandak
Super User
Super User

@Syndicate_Admin , You need to color all columns.

You can create a color measure like and use that in conditional formatting using field value option

 

Switch(Max(Table[Marca]),
"Honda", "Green",
"Mazda","Blue",
"Toyota", "grey",
"Hyundai", "yellow" // or use hex code #ff11ff
)

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

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

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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