Forum Discussion

carlom_iptech's avatar
carlom_iptech
Frequent Visitor
2 years ago
Solved

You can't schedule refresh for this semantic model

First, I've looked through the posts with similar errors and used them to do my preliminary troubleshooting. As far as I can tell, I am not using any unsupported ones. I don't have a "Query1" so it's...
  • carlom_iptech's avatar
    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.