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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

View solution in original post

HarishKM
Impactful Individual
Impactful Individual

@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
Impactful Individual
Impactful Individual

@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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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