Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Slicer range is lower than data

hi, I built dashboard that shows different velues (between 0 and 70). I need slicer to enable possibility for the user to pick numbers beetween 30 and 70. It works when I put numbers manually into fi...
  • johnt75's avatar
    1 year ago

    The slicer will only show values which exist in the data, so I would guess that the max value in your data is 47.

    If you want to ensure a consistent user experience with the same max and min numbers each time, regardless of the data, you could create a new numeric range parameter. Link the Parameter column to your fact table in a one-to-many single direction relationship and your report will only show values within the range selected by the user.