Forum Discussion
umutkaya79
Helper I
3 years agoSlicer displays different text when not selected
Hi, I have a slicer name "6H Only" which the chart displays the last 6 hours of data when I click on it. When not clicked on the slicer the chart displays the last 24 hours of data but slicer st...
CoreyP
Solution Sage
3 years agoOh, so there isn't a relationship between your dimension that holds the slicer values and your fact table? Instead you're filtering within the DAX measure in the table based on the selected value of the slicer? Well... you can conditionally format the title of a slicer, so you could have that change depending on the selection. But you would still have text inside the slicer button. You could get around this by replacing the value of "6H Only" to be an empty character so text wouldn't show up in the button.
umutkaya79
Helper I
3 years agoThank you CoreyP . I will at least try that.