Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Default Date Values

Hi Power BI community! :), this is my first post - So I have the following question:  In my requirments I need the user to directly see the previous month in the dashboard. This means that I ne...
  • v-lili6-msft's avatar
    7 years ago

    hi, Anonymous

    You may try this way as below:

    Add a column for date column by this formula

    Column = IF( DATEDIFF('Date'[Date],TODAY(),MONTH)=1,"previous month")

    Then drag this field into a slicer or page level filter to filter the data.

     

    Best Regards,

    Lin