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
Strange, do you have a copy of the PBIX file i could take a look at?
Mattiar
3 years agoResolver I
Yes, but tomorrow because now i go out. Anyway i test it also in another pbix but the result is the same.
- DOLEARY853 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 👍