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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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