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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

conditional formatting per column

I have a table which shows the number of car crashes for each car within with 3 columns - HIgh, Medium, low.

I want to add conditional formatting to each cell. The conditions are  for the background color to changes depending on the numerical value in the cell. But these thresholds CANT BE the SAME for each column.

Example:

High Column: 0 to 10 = Green Background ; 11 to 20 = Yellow Background ; 22 to 30+ = Red Background

Medium Column: 0 to 20 = Green Background ; 21 to 49 = Yellow Background ; 50+ = red background

 

Is there any way to apply conditional formatting to each column rather than the entire table?

 

thanks guys

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

Please refer to my .pbix file.

v-lionel-msft_0-1616490329675.png

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-lionel-msft
Community Support
Community Support

Hi @Anonymous ,

 

Try to use the feature.

v-lionel-msft_1-1616132768866.png

 

v-lionel-msft_0-1616132744716.png

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

 

Anonymous
Not applicable

Here is the visual :

crispybacon95_1-1616449760566.png

crispybacon95_2-1616449773293.png

crispybacon95_3-1616449821708.png

 

notice how the columns are an option for conditional formatting? just the values for the table.

 

 

Hi @Anonymous ,

 

Please refer to my .pbix file.

v-lionel-msft_0-1616490329675.png

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi there,

 

Thanks this is very helpful.

 

The issue is that the values are a measure, the columns are high,medium,low. these dont show up as options under the conditional formatting list.

 

Cheers 

amitchandak
Super User
Super User

@Anonymous , You can create a color measure using switch and can use that in conditional formatting using 'Filed value option

Switch( True() ,

max(Table[high]) <=10 , "Green",

max(Table[high]) <=20 , "yellow",

"red"

)

 

Same way you can create other measures or combined measures.

 

refer for steps

https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values

 

 

Anonymous
Not applicable

Hi there,

 

Thank you for your help.

 

I'm sorry I dont fully understand the process as explained above. Could you provide more detail? What do i do once I have created a measure with the above DAX code? 

 

Cheers 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.