Forum Discussion
Time Intelligence not working for me
- 8 years ago
Hi misterian,
Where are the dates in the screenshot from? It would be great if you can provide a sample. Please mask the confidential parts first.
Best Regards,
Dale
Thanks for the help here. Here is a link to the files on Onedrive.
I've also done some more messign around and I think COUNTA may be the best way to count the events as it works on a columnar basis, but it does not slice or filter, e.g. by site.
- Ashish_Mathur8 years agoSuper User
- misterian8 years agoRegular Visitor
Thanks, this gets me moving forward. I wish DAX wasn't so fussy.
For example, for the calculated table formula. You used the successful
Date = CALENDAR(MIN(system[AlarmTime]),MAX(system[AlarmTime]))
And I had the not working following which DAX likes to put in when I type in the expression.
Date = CALENDAR(MIN(system[AlarmTime].[Date]),MAX(system[AlarmTime].[Date]))
Also I see the relationships are critical from the date table to my date fields. I note that the relationship is between a date time column and a date column. I guess DAX figures this out.
Thanks
- Ashish_Mathur8 years agoSuper User
You are welcome.