Forum Discussion
misterian
8 years agoRegular Visitor
Time Intelligence not working for me
There must be someting I'm missing here. I can manually do the following to get YTD and it works on my data. That is it resets the total for each year etc. I would like to do a "TOTALYTD" version but...
- 8 years ago
Daniil
Kudo Kingpin
8 years agoHave you tried the following way?
Alarms YTD = TOTALYTD ( COUNTROWS ( system ), 'Date'[Calendar] )
Alarms QTD = TOTALQTD ( COUNTROWS ( system ), 'Date'[Calendar] )