Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
Does anyone else also experience that dataflow genv 1 is extremely slow and therefore unworkable. Problems started last week.
At this moment I have been waiting for 15 minutes to read data from a sharepoint folder. Until last week everything went very smoothly.
Solved! Go to Solution.
Hi @jochendecraene ,
We just wanted to check in again regarding your issue. If you've found a solution, marking the reply as the solution and leaving a kudos would be greatly appreciated, it helps the community and others with similar questions.
Additionally, we'd like to share that the known issue related to the slowness of connecting to SharePoint folders in Dataflow Gen1 and Gen2 has been fixed.
If you're still facing challenges or have further questions, please let us know.
Thank you.
Hi @jochendecraene ,
We just wanted to check in again regarding your issue. If you've found a solution, marking the reply as the solution and leaving a kudos would be greatly appreciated, it helps the community and others with similar questions.
Additionally, we'd like to share that the known issue related to the slowness of connecting to SharePoint folders in Dataflow Gen1 and Gen2 has been fixed.
If you're still facing challenges or have further questions, please let us know.
Thank you.
Hi @jochendecraene ,
We haven't heard from you since last response and just wanted to check whether the solutions provided met your needs. If yes, please accept as solution to help others benefit. If not, please reach out.
Thanks.
Hi @jochendecraene ,
Thank you for reaching out. The issue you're facing with Dataflow Gen 1's performance is a known issue, and Microsoft is actively working on a resolution.
Meanwhile please try the Workarounds and troubleshooting steps provided by @Jai-Rathinavel , @rohit1991 and @Akash_Varuna as they are useful in these kind of scenarios.
Additionally, you can try the following:
This resource provides best practices and strategies to enhance the efficiency of your dataflows
dataflows-best-practices
We encourage you to consider raising a support ticket with Microsoft to highlight the urgency of the issue and to ensure it receives appropriate attention and tracking.
How to raise a support ticket
We appreciate your patience while this issue is resolved.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and a kudos would be appreciated.
Best regards,
Vinay Kumar.
If you'r data is large consider limiting the data and pulling only the necessary data try incrimental refresh in power bi instead of pulling data each time
@jochendecraene If you have any reference queries try Table.Buffer() function to significantly increase your dataflow performance. This function loads an entire table into memory, isolating it from external changes during evaluation. By buffering a table, you can prevent multiple executions of expensive operations and improve performance, especially when working with small lookup tables used multiple times. Use the Buffer function at the last step and Give it a try !
Sample:
let
Source = Sql.Database("SomeSQLServer", "MyDb"),
MyTable = Source{[Item="MyTable"]}[Data],
BufferedTable = Table.Buffer(MyTable) //Buffered the table at the last step
in
BufferedTable
Thanks,
Jai
Proud to be a Super User! | |
hi @jochendecraene seems you're facing performance issues with Dataflow Gen 1. Here are a few steps to troubleshoot and improve performance:
If the issue persists, contact Microsoft Support as it may be related to platform-level changes.
Doesn't Gen 2 only work on Fabric? I need to stay on Gen 1 as we can't move to Fabric at the moment - but I can't see the Gen 1 version anywhere to be able to revert if needed
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
7 |