Forum Discussion
conditional formatting bar chart not working
I cannot figure out what I'm doing wrong, I've watched several videos and I think I'm doing what they said.
It's very simply, if were down negative % I want red, if we're up and postive % I want green....
IDK why it isn't working.
Thanks!
Hi kcreno ,
I forgot to hi reply earlier...
It seems that conditional formatting doesnt work on bars without categories. As a workaround, you can use a dummy column from a disconected dummy table and use that in the category axis
5 Replies
- DataNinja777Super User
- kcrenoNew Member
Hi DataNinja777 , I tried that but it still didn't work? Is it because I'm working with percentages? I JUST started learning Powre BI and am not very familliar at all yet with DAX so I'm not sure what I'm doing wrong.
- danextianSuper User
Try this calculated table
Dummy = ROW ( " ", " " )Put the column " " in the category tile. That will return an error inititally but should be fine after adding the measure.