Forum Discussion
Simple DataFlow Failing Refresh
- 1 year ago
Hi seattle3 It might be a processing issue when handling multiple tables in the dataflow. Since each table refreshes fine individually, try refreshing them separately to identify the issue. You can check Refresh History under Dataflow settings for more details or test the query in Power Query Editor for errors.
Hi seattle3 ,
I would like to add a few more points to seattle3 , solution for better clarity and completeness.
Ensure both tables have the same column names and data types, as mismatched schemas can cause refresh failures.
For Pro users, refresh failures might occur due to compute engine limits.
1. If you're using Power BI Pro - Turn off the Enhanced Compute Engine in Dataflow settings.
2. If you're on Power BI Premium - Enable the Compute Engine for better performance.
Using query folding improves refresh speed by pushing data transformations to the source. Also, confirm Power BI has the correct permissions to access the file. Check the error logs for detailed information to identify the issue.
If the tables refresh properly on their own, the problem might be when processing them together.
Refresh each table individually to find the troublesome step.If the issue only occurs during merging, try simplifying the transformation steps.
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
- seattle31 year agoNew Member
Thanks V-yubandi-msft for the pointers. Power BI should have the correct permissions to access the file (otherwise how would I be able to see the file contents when creating the data flow?).
I didn't add any transformation steps, all I did was create a data flow select two tables from my XL file and saved. Power BI auto added changing the column types, but that's it.
When you say to check the error logs for detailed information how do I do that? The Excel "report" I get when looking at the refresh history just tells me the table name (which has no transformations beyond loading the table and setting the column types) and the error is just the request id and activity id.
- V-yubandi-msft1 year ago
Community Support
You are correct if Power BI allows access to the file during dataflow creation, permissions are likely not the issue. Since the only transformations involve setting column types, the problem may be elsewhere.
1. Check Power BI Admin Portal Logs (if you have admin access) for detailed error messages.
2. Refresh each table separately to see if a specific table is causing the issue when both are combined.
Thanks...