Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Schedule Refresh is greyed out for my dataset (Azure SQL database) in PowerBI.
It says:
"You cannot schedule refresh for this dataset because it gets data from sources that currently don't support refresh."
Azure SQL databases are on the list of supported datasets. What am I missing?!
there is a bug in service that doesn't like certain data types of columns in your sql azure tables. something to do with date/datetime formats. you can get details if you search this forum
Thanks for the reply! Any chance you could link me to that information?
i have the same problem. i found the affected table in my dataset but this table has no date/datetime column. So when i remove this table then schedule refresh works.
i am still investigating the problem.
I found an issue with nvarchar columns. Converting the columns to varchar worked for me. Really strange, .. 😕 Not sure if there will be some other issues.