Forum Discussion

AlanP514's avatar
AlanP514
Post Patron
3 years ago
Solved

Dynamic Current date in pivot table

Hai all, Please help and Guide me to achieve this logic, I want to return one pivot table it should dynamically show the current date first and previous days. I applied the date field in t...
  • AntonioM's avatar
    3 years ago

    Hi AlanP514 ,

     

    I would add a column to your date table and use that to sort the date field. Something like

    ReverseSort = DATEDIFF([Date],TODAY(), DAY)

    then sort by column

     

    Now when you add the date to the matrix it should be sorted how you want.