Forum Discussion
Anonymous
8 years agoNot applicable
Simple aggregation
So I have a very basic table Date Category 1/1/18 A 1/1/18 B 1/1/18 A 1/2/18 A 1/2/18 D 2/4/18 E and so on I can get the count of cetegory by Year Month rolled up, but I wan...
- 8 years ago
I'd stil add the date table. Opens up all kinds of options. you can do this dynamically
Using Create Table form the modeling window
DateDim = CALENDAR(MIN(table[date]),MAX(table(date))
Link to your date column and Voila!
Anonymous
8 years agoNot applicable
No there is no data tbale in teh model, it is very flat csv file, all the data in a singel sheet.
Seward12533
Solution Sage
8 years agoI'd stil add the date table. Opens up all kinds of options. you can do this dynamically
Using Create Table form the modeling window
DateDim = CALENDAR(MIN(table[date]),MAX(table(date))
Link to your date column and Voila!