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

Shape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.

Reply
v-ankitgupta
Microsoft Employee
Microsoft Employee

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
November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.