I have an image that I have applied conditional formatting to. The conditional formatting works fine in Power BI Desktop and it was working last week; however, now the conditional formatting does n...
Anonymous
6 years agoNot applicable
I'm facing this exact issue too. I'm using the contional formatting to a field value:
MakeButtonTransparent = IF(ISFILTERED(Sheet1[SlicerValues]), "#4363d8", "white")
This worked perfectly on the desktop workspace, but once I published it to the online service the conditional formatting isn't working in the same manner. The report loads fine and looks good upon opening it online. However, once a selection is made in the slicer it's as if the conditional formatting of the background color on the button is reversed.
Dekstop Version:
Online Version:
first opening:
Slicer selection made but button background stays white
Cleared the slicers and now the background color of blue appears