Forum Discussion
Anonymous
7 years agoNot applicable
How to compare dates
Hello, I want to create a custom table based on a time comprasion. I have a table that lists item sold from 01/01/0217 up until today. I want to create a table with the item sold only in 2017. ...
- 7 years ago
Hi Anonymous
Try LastYear=CALCULATETABLE('Table';Table[date]<YEAR(2018,1,1))
Arentir
7 years agoResolver III
Hi Anonymous
Try LastYear=CALCULATETABLE('Table';Table[date]<YEAR(2018,1,1))