Forum Discussion

Elisa_Costanza's avatar
1 year ago
Solved

Problem - Slicer Date (multiple selection) by default last day

Hi everyone!   I’m asking for your help to solve an issue with the date filter in my Power BI Report. Among my filters, I have a date filter (dropdown slicer with multiple selection) that comes fro...
  • MFelix's avatar
    1 year ago

    Hi Elisa_Costanza ,

     

    You cannot have this directly, you need to create a new column (using Power Query or DAX calculated column) with the value for the current date saying today so your data on that specific column will look like:
    Today

    8/20/2025

    8/19/2025

    8/18/2025

    ...

    1/1/2025

     

    Then do a sort of this column by the date column so you have the correct sorting, then use this specific column on your slicer and select the Today value before publishing that will force the value to always be the default one.

     

    The rest will work in the same way.