Forum Discussion
Semantic model refresh does not refresh data in report
- 10 months ago
I think I may have a solution... I've added a step to hit the endpoint with a simple query before refreshing my model, looks like it might do the trick.
You may want to follow my thread on the subject here: https://community.fabric.microsoft.com/t5/Service/Semantic-Model-connected-to-Lakehouse-SQL-Analytics-endpoint-not/m-p/4828558/highlight/false#M286453
Well, my refresh looks to have worked last night, so I'm becoming more confident that this is the solution!
DuncanKing , thank you, your suggested solution worked!
I first tried a Lookup activity with a query and without a wait activity, the next day with a wait acitivity, but finally the script activity with the SELECT TOP 1 * and the wait activity combination worked today.
Thank you a lot, I will mark you post as the solution.
- DuncanKing10 months agoFrequent Visitor
Great, glad to be able to help!
It really shouldn't be this hard, should it?
- x_mark_x10 months agoAdvocate II
Indeed DuncanKing,
Either there should be an option in the refresh activity or scheduled refresh to "warm up" the data source by doing a pre-operation query or similar, or there should be an easy to find and understand documentation about this behaviour with easy to follow solution tutorial.Hopefully you forum post or maybe this one gets picked up by the community at least...