Forum Discussion
Anonymous
5 years agoNot applicable
Multiple Guage Colors Base On Status
So I am looking to create a guage that uses multiple colors based on a given status in the data. For instance we have a goal and I want to display the teams progress. So we have one value as "Achie...
Anonymous
5 years agoNot applicable
Anonymous & MFelix ,
Unfortunatly neither of those options worked. What I am looking for is half of that guage would be blue for the "Achieved" value, then the other half would be red for my "Reserved" value as shown in this image.
I did create a measure as suggested and used the following which did not work:
Guage Progress =
SWITCH(
SELECTEDVALUE('Rebate Intake'[Phase]),
"Achieved","Green",
"Reserved","Yellow"
)
- MFelix5 years agoSuper User
Hi Anonymous ,
You cannot achieve this with the gauge visualization by default, you need to use a custom visual (https://xviz.com/visuals/advanced-gauge/) or using a colection of several visualizations and group them.