Forum Discussion

govind_08's avatar
govind_08
New Member
6 months ago
Solved

Incremental Refresh In Power BI

I have one question regarding incremental refresh in Power bi my data set it from data verse url and from power automate flow and using these two source i am appending two queries and making on mas...
  • cengizhanarslan's avatar
    6 months ago

    You can configure incremental refresh in this setup, but it will not work the way you probably expect, because query folding is a key requirement. Since you do not have folding here Power BI will fall back to full refresh every time even it only refreshed to configured Start and End date et the end of the process.

     

    Land both sources into:

    • Dataverse tables (if possible), or

    • SQL / Lakehouse / Warehouse

    Then:

    • Apply incremental refresh on that single foldable source

    • Append and transform upstream, not in Power BI