Forum Discussion

JoseDavidM's avatar
JoseDavidM
Helper I
5 years ago
Solved

Conditional Format Gauge Charts

HI, i have a simple question, how can established a conditional format in a gauge chart based on a mobile target?, i mean, i have a diferent target every week and i need that the graph change between...
  • v-robertq-msft's avatar
    5 years ago

    Hi, JoseDavidM 

    According to your requirement, I think that you can create another measure to compare the value of the two measures based on the slicer. You can try this method:

    1. Create a measure:
    Color = IF([Percent]<[Target1],"Red","Blue")
    1. Create a gauge chart and set the data color like this:

     

    1. Then create a slicer to slice the data based on week number, and you can get what you want, like this:

     

    You can download my test pbix file here

     

    If this result is not what you want, you can post some sample data(without sensitive data) and your expected result.

    How to Get Your Question Answered Quickly 

     

    Best Regards,

    Community Support Team _Robert Qin

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