Forum Discussion

keivan's avatar
keivan
Helper I
3 years ago
Solved

PowerBi desktop Incremental refresh

Hi, I have to collect data massively from a database. I know that there is the option to connect directly the database to powerbi o work in cloud, but i don't have the permission to connect the d...
  • itchyeyeballs's avatar
    3 years ago

    To effectively manage datasets with 10m+ rows you will need some kind of database solution, Incremental refresh needs to use query folding. If you stick with csv files it's always going to be slow.

    If you go with the local database approach you would just need a process to insert the data into your DB table. 
    I would have an extra column in the table for the insert date and use that for the incremental refresh process.

    If you need a free tool to help you with the ETL then KNIME might be worth looking at https://www.knime.com/