Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Data without last week (Need help)

Hello,

 

How I can make filtering or new measure to show all data without last 7 days?

I have ID + Date with time colums

  • This is one of the ways.

    New Column

    Before 7 days =if(Table[Last Result]<(TODAY()-7),1,0)
    Then you can filter of 1

1 Reply

  • This is one of the ways.

    New Column

    Before 7 days =if(Table[Last Result]<(TODAY()-7),1,0)
    Then you can filter of 1