Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Incremental Refresh or alternative

Hi,   I have a table situation I don't know how to solve, and hope someone could point me in a good direction.   At work we have One single cube, processed backend in Azure SQL, and loaded into P...
  • KNP's avatar
    KNP
    3 years ago

    Without a full understanding of the ETL/Database etc. it's difficult to say, but the lastUpdate DT will only cause the data to be refreshed if that date is within the defined incremental refresh period. E.g. if your incremental period is set to 1 month, it also needs to have changed from the last cached version of that date.

     

    With the access you have, I would probably look at simplifying the data in the database before Power BI connects. Always "As far upstream as possible..."

     

    If you haven't read it already...

    https://learn.microsoft.com/en-nz/power-bi/connect-data/incremental-refresh-overview#detect-data-changes

     

    The other thing to consider, what is the performance like now, and how quickly is the data growing?

    You may have a working solution for the foreseeable future. You can always make a plan to revisit later.