Forum Discussion
Slicer displays different text when not selected
Yes second slicer displaying the last 24 hours. There is a dax behind the slicer which filters the chart. when the slicers not selected it displays the last 24 hours anyway. so I dont really need the 2nd (the last 24 hours ) I guess.
Oh, 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.
- umutkaya793 years ago
Helper I
Thank you CoreyP . I will at least try that.