Forum Discussion
SQL table buffer
- 5 years ago
Hi IgorCanabarro ,
a buffer won't help you for that, because it would drag the data anyway once your refresh the pbix (or in the service).
If your SQL has different refresh intervals than the csv and your SQL-table is filtered, then moving to a dataflow for your SQL import could improve. But not sure with your table length. You can set a different schedule there and then import it to PBI to merge with the CSV.
Do your sources live in in the cloud already? Then moving everything to a dataflow could also be a solution, especially if limited resources on your PC or slow internet connection are the reason for slow refresh.
Hi IgorCanabarro ,
why do you want to use a buffer and which table to you want to buffer: The SQL or csv?
Hi ImkeF ! I want to buffer the SQL table because this is getting too much time when I need to update Power BI.
The SQL table difficultly gets new data, but my CSV is being updated every day, and need to complement information from the SQL table.
Thanks