Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

max value selected in date slicer

I have a date slicer, I need to get the max of the date select to pass it as a parameter of a dax function :   I tried :   selected_date= CALCULATE(max('Calendar'[date]);(ALLSELECTED('Calendar'))...
  • v-danhe-msft's avatar
    7 years ago

    Hi Anonymous,

    If you want to create a new table and make it be dynamic with the slicer, I am afraid you could not achieve this feature currently, you could try to use the Top N filter in the visual filter to get your desired result:

    You could also download the pbix file to have a view.

     

    Regards,

    Daniel He