Forum Discussion
calendar
Is there a calendar table that can be used directly?
Hi adciudad ,
>the problem is that when loading that table it happens to the mixed mode, losing the direct mode
It is caused that calculated tables are not supported in DirectQuery mode. You could reference the document : Using DirectQuery in Power BI to learn more limitations about it.
>i when publish the report, app.powerbi.com requiere a gateway
For data sources other than Azure SQL Database, Azure SQL Data Warehouse and Redshift that use DirectQuery, an On-premises data gateway must be installed and the data source must be registered to establish a data connection. Due to your storage mode is dual mode (import & direct query), the report need to match a gateway. More details, you could reference the document: https://docs.microsoft.com/en-us/power-bi/desktop-use-directquery#publish-to-the-power-bi-service
Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Kudos are nice too.
5 Replies
- Nathaniel_CCommunity Champion
Hi adciudad ,
Try this:
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel