Forum Discussion

DuncanKing's avatar
DuncanKing
Frequent Visitor
10 months ago
Solved

Semantic Model connected to Lakehouse SQL Analytics endpoint not refreshing

A client I am working with is having trouble getting a PBI semantic model to refresh from a Lakehouse SQL Analytics endpoint.   We are ingesting data daily to our Lakehouse tables. We then have a n...
  • DuncanKing's avatar
    DuncanKing
    10 months ago

    Yeah, after a second test, this appears to be working...

     

    So, all I've done is add a Script activity which runs a simple SELECT TOP 1 * FROM ... against one of the views in my Lakehouse SQL Endpoint, then a Wait activity that waits for 60 seconds, before the Semantic Model Refresh activity. I'm not sure if the Wait is actually necessary, but I figure it can't do any harm...