cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
v-ankitgupta
Microsoft
Microsoft

How to set dynamic conditional formatting on color of gauge chart?

Screenshot 2022-12-08 155436.png

 

In my PowerBi report, I have added a guage chart, and applied conditional formatting, based upon 2 values:

  • Target
  • Actual Value

If the actual value is more than target, then the gauge chart will be green otherwise red. Now, based upon the data selected in a multi select drop down, the values of both 'Target' and 'Actual value' changes. Therefore, I want to have a dynamic conditional formatting for the guage chart where the conditional formatting for color is applied correctly according to different targets and their respective actual values.

 

For example:

Target;Actual Value;Color of Chart
8584Red
7779Green
6571Green

 

However, as displayed in the attached screenshot, the highlighted box expects a hardcoded numeric value. Please advise how to achieve this. Thanks in advance.

1 ACCEPTED SOLUTION
v-jianboli-msft
Community Support
Community Support

Hi @v-ankitgupta ,

 

Please try:

vjianbolimsft_0-1670549838268.png

Color = IF(SUM('Table'[Actual Value;])>SUM('Table'[Target;]),"Green","Red")

Final output:

vjianbolimsft_1-1670549897162.png

vjianbolimsft_2-1670549908271.png

Best Regards,

Jianbo Li

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

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

Hi @v-ankitgupta ,

 

Please try:

vjianbolimsft_0-1670549838268.png

Color = IF(SUM('Table'[Actual Value;])>SUM('Table'[Target;]),"Green","Red")

Final output:

vjianbolimsft_1-1670549897162.png

vjianbolimsft_2-1670549908271.png

Best Regards,

Jianbo Li

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

It worked Jianbo, Thank you very much.

Helpful resources

Announcements
Winner of T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Find out who won the T-Shirt Design Challenge and the top 3 finalists.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.