Forum Discussion
Artofdax
2 years agoFrequent Visitor
Datediff with % off
hi, need little help with my calculation. I would like to take 20% off Target Days DATEDIFF(Table1[First Day)],Table1[Last Day)],DAY)<=(Table1[Target Days])
- 2 years ago
Try this measure
DaysDifferenceCheck = DATEDIFF(Table1[First Day], Table1[Last Day], DAY) <= (Table1[Target Days] * 0.8)