Color bars by measure name

We have a bar chart that we’d like to color the bars by the name of the measures. Is this possible?

Example – Total Errors would be Blue, Account Step Taken would be Red, etc

Solved my own question right after asking it :wink:

To do this, I set up a state for each measure, having the target be over 0 (for this, we know none will be below 0…but if they were, we could set up another state for the same measure to handle it). Then, set up the state styles for each new state we created, and ended up with this:

2 Likes