Forum Discussion
Previsible
1 year agoRegular Visitor
Calendar Table returning error: The expression specified in the query is not a valid expression
I am racking my brain. I am building a PBi dash from a SharePoint list. Before, the list had only a few lines of test data, so I had no problem creating the calendar table. However, I have a second d...
- 1 year ago
Try using the CALENDARAUTO() function, that will automatically scan all the date columns in the model and should return a valid table even in the presence of blanks.
johnt75
Super User
1 year agoTry using the CALENDARAUTO() function, that will automatically scan all the date columns in the model and should return a valid table even in the presence of blanks.
Previsible
1 year agoRegular Visitor
Thank you! It's a simple answer but this worked without an issue right out of the gate.