Forum Discussion
Anonymous
7 years agoNot applicable
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
- amitchandakSuper User
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