Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

How to use a slicer range without slider...

Hi All, I would like to be able to select a slicer value and then use that value and all the values less than that that are in the slicer.   So if in the slicer the values are 2, 3, 6, 8,10, 12, 1...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi,

    I discovered that if I change my slider data from text to numeric the slider allowed me the option for equal to or less than so that solved my problem. So I added a custom column where I changed my data from text for fiscal month. Since the data is fiscal month in the format of 01, 02... 25 I had to use a DAX method to change the values in a new column to 1,2,3,4...25 so I could use the slider in the way I needed.

     

    That worked.

    Many thanks!