Forum Discussion
JacobMotu
3 years agoFrequent Visitor
Populate calendar table fields between dates
This is my example pbix file. I have got Calendar table (first one below, only first 3 rows as example) created in DAX. Calendar =
ADDCOLUMNS(
CALENDARAUTO(),
"Year", YEAR ( [Date] ),
...
lbendlin
3 years agoSuper User
To report on things that are not there you need to use disconnected tables and/or crossjoins