Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Incremental refresh on Data Flow failing with Error: PipelineException: Access is denied

Hi,   I need to work with a very large data table on impala. Incremental refresh works fine but then the problem I m facing is the initial load. We need Rolling 1 year data in this table and this...
  • Anonymous's avatar
    Anonymous
    5 years ago

    HI Anonymous,

    I think the buffer functions may suitable for your scenario but I'm not so sure if it has enough permission to execute on the power bi premium server.

    How and When to use List & Table Buffer? 

    For your requirement, you can take a look at the following steps if they works.

    Steps:
    1, Create a static table to store large amounts of old records and use on-demand refresh instead of configuring the scheduler refresh on this data source.
    2, Create a dynamic table loading less amount of records, you need to exclude the ranges of first table records to reduce the processing data amount. (you can configure incremental refresh on it)
    3, Add a custom query table that merges the above two tables records without any other advanced operations.

    Regards,

    Xiaoxin Sheng