Forum Discussion

coverturfLSH's avatar
coverturfLSH
Icon for Resolver II rankResolver II
2 months ago
Solved

Semantic Model never refreshed and didn't fail

I have a semantic model that normally takes around an hour to refresh daily. The data source is a Fabric Lakehouse pulled via a SQL query. Today, the refresh started around 1:30AM (as usual), however...
  • ibarrau's avatar
    ibarrau
    2 months ago

    Ok. Usually a mashup engine issue it's a problem at power query, but if you haven't changed anything there for a while and it worked, still a new data can break it. For example a wrong date.

    I would do two things. First, copy the table of the dataflow to a power query editor in power bi desktop. Try apply and refresh there. Desktop is a better tool for communicating if there is an issue at power query. If nothing happens, second, try increasing the time outs. The sql.databases function you are probably using as source have command and connection timeout as duration. Increase it:

    https://learn.microsoft.com/en-us/powerquery-m/sql-database

    I hope that make sense