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.