Forum Discussion

toryb's avatar
toryb
Regular Visitor
4 years ago
Solved

Incremental Refresh with Direct Query

It is my understanding that Increment Refresh is now supported for tables with Direct Query, although it requires Power BI Premium. (See this document). However, when I access the Incremental refresh...
  • bcdobbs's avatar
    4 years ago

    Hi toryb,

     

    A pure direct query connection won't support incremental refresh because by it's definition you pull fresh data every time.

     

    I think what you might be refering to is Power Bi's new Hybrid tables?

     

    This guide steps you through it: Hybrid tables in Power BI - The ultimate guide! - Data Mozart (data-mozart.com)

     

    You basically switch the table to import mode and then configure a partition (new data) that is accessed via direct query.

     

    Hope that helps.