Forum Discussion
JJP1
2 years agoRegular Visitor
Dates Table
Hello, I created a Dates Table with a column that captures all dates in an identified data set. I used the following formula to achieve this: DatesTable = CALENDAR(MIN('Daily WS Business E...
daircom
2 years agoResolver II
JJP1
Often simply creating a table using the below already works, as this formula looks at all the data in your data model.
Calendar_Table = CALENDARAUTO()
JJP1
2 years agoRegular Visitor
This seems to work for now. It has happened where measures tend to work for some time and eventually they stop working. Hopefully this is the answer!