Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Can I apply Incremental Refresh for my CSV files that are located in OneDrive?
This is the reason why I asked, the scheduled refresh are failing because of this error:
Solved! Go to Solution.
Hi,
I had problems for weeks to set up the incremental refresh for my CSV-Files (which I combine) which are located in a sharepoint folder. Microsoft could help me out. In the end the solution was very simple. Everywhere in your code where it sais "Csv.Document" (for example Source = Csv.Document(Parameter1,[Delimiter=";", Columns=236, Encoding=65001, QuoteStyle=QuoteStyle.None]),) you have to add a "Binary.Buffer".
New code would look like this:
Source= Csv.Document(Binary.Buffer(Parameter1),[Delimiter=";", Columns=236, Encoding=65001, QuoteStyle=QuoteStyle.None]),
Since I did this the incremental refresh works for my CSV-Files located in Sharepoint.
Perhaps it helps you out, too.
Best regards
Marc
Okay, I just read, "it does not work on flat files" =(. I think I'm back to the old work-around DAX UNION!
Hi @ovetteabejuela,
I'm afraid that you're right. As document has listed , the Incremental refresh is supported only for workspaces on Premium capacity. Refresh policies are defined in Power BI Desktop; they are applied by refresh operations in the service.
Best Regards,
Cherry
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 65 | |
| 63 | |
| 31 | |
| 26 | |
| 25 |