Forum Discussion
Mattiar
3 years agoResolver I
Conditional Formatting Slicer Background BUG
I find a bug in the operation of conditional formatting to change the background to a slicer in power bi. With the same measure, all slicers except the one that "activates" the measure work. B...
DOLEARY85
3 years agoResident Rockstar
Okay, no problem.
Maybe try this measure:
if(CALCULATE(countrows('Dim_Origin'),allexcept('Dim_Origin','Dim_Origin'[Origin_city_name]))>2,2,1)
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Mattiar
3 years agoResolver I
I also try your measure but it doesn't work. I think it's just a bug.
Anyway, How do I send you the pbix that I can not attach here?
- DOLEARY853 years agoResident Rockstar
Do you have a file share? Or Dropbox?
- Mattiar3 years agoResolver I
- DOLEARY853 years agoResident Rockstar
Yeah, it's nothing to do with the measure - the formatting just doesn't impact the current slicer. If you copy the Origin City slicer, the one you don't select data in will change colour.
Not sure there's a solution for this at this time