Forum Discussion

RichardLinderma's avatar
1 year ago
Solved

Slider problems

I have the following calculated DAX table, used on a slider: Future Travel Slider = VAR MaxValue = MAX('Future_Predicted'[Number_Of_Days_Slider]) RETURN ADDCOLUMNS( GENERATESERIES(0, MaxValue, 1...
  • v-saisrao-msft's avatar
    v-saisrao-msft
    1 year ago

    Hi RichardLinderma,

    Please check the below pbix file by using sample data by switching to dropdown in the visual.

     

    If this post helps, then please consider Accept it as a solution to help the other members find it more quickly.

     

    Thank you.