Forum Discussion
Need Help DirectQueryUnexpectedEndofStream - Power BI Desktop
- Anonymous2 years ago
Hi Anonymous
This query seems well-structured and should work under normal circumstances.
There is a data flow refresh issue related to this:DirectQueryUnexpectedEndOfStreamI will come back with updates if there is any progress .
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
So basically for me it was failing for a table/query where two tables were being merged. Basically Table1 was doing query folding and Table2 was not, in this case the merge will fail. Make sure either both tables / dataflows are using query folding and are in the same workspace (if using Dataflows). This helped me hope it helps you too.