Forum Discussion
PowerBI dataflow refresh failed due to Premium_ASWL_Error
- Anonymous3 years ago
Hi ElvaHuang
I found a similar case , maybe you can refer to it .
Advice when using a DirectQuery and dataflow toget... - Microsoft Power BI Community
Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you use the CLENDARAUTO CALENDARAUTO function (DAX) - DAX | Microsoft Learn "Returns a table with a single column named "Date" that contains a contiguous set of dates. The range of dates is calculated automatically based on data in the model."
The calculated table is effectively based on the DQ source and is not supported to refresh in the service.
Please consider using the CALENDAR function instead. Corresponding document:CALENDAR function (DAX) - DAX | Microsoft Learn