Forum Discussion
You can't schedule refresh for this semantic model
- 2 years ago
I've found the issue.
There was a syntax issue 'DateTime.UtcNow()' which was supposed to be 'DateTimeZone.UtcNow()' in one of the steps in one of my Queries.
I wish there was a better error message for that case. It would have saved me a lot of grief.
What a needle in a haystack.
I've found the issue.
There was a syntax issue 'DateTime.UtcNow()' which was supposed to be 'DateTimeZone.UtcNow()' in one of the steps in one of my Queries.
I wish there was a better error message for that case. It would have saved me a lot of grief.
What a needle in a haystack.
- Christian20001 year agoNew Member
How do you work out the actual issue that prevents the auto refresh?
My database has several tables, but I don't know where to start to identify what is preventing the "You can't schedule refresh for this dataset because the following data sources currently don't support refresh" message.
Is there a way to see exactly which table or formula is the issue?