Forum Discussion
Query folding using Dataflow as datasource - Is it possible? On Roadmap?
Similar to the issues reported on https://community.powerbi.com/t5/Desktop/Dataflows-don-t-support-Query-Folding/td-p/673500 Unfortunately, the tread seem to have gone into different direction, proving that query folding is possible on select datasources and how to use it but have not answered the original question of query folding using dataflows as a datasource.
We have implemented dataflows within a P1 capacity that represents a golden dataset. As such, the size of the dataflow is rather large (6gb). The intent is for users to apply a filter on the dataflow to retrieve only relevant results.
However, when using the on desktop, query folding doesn't seem possible as the data retrieved initially is the 6gb and the filter condition processed on desktop thereafter. Obvious implication is the time/resources it takes to download the entire dataflow only to remove the majority when applying the filter.
The immediate questions
- Is query folding using dataflows as source data possible (i.e. filter records on dataflow)
- If query folding using dataflows is not currently possible, is this on the roadmap (MBAS suggest major performance improvements in dealing with large data volume within dataflows so hoping that query folding capability ships with it!)
- Anonymous7 years ago
HI S_loke ,
Based on test, I haven't found that option on dataflow side and it means this feature still not available on dataflow.
In addition, I also checked plan list but haven't found it. You can consider to submit an idea to increase priority of this feature.What’s new and planned for business intelligence
Regards,
Xiaoxin Sheng
8 Replies
- AnonymousNot applicable
HI S_loke ,
Based on test, I haven't found that option on dataflow side and it means this feature still not available on dataflow.
In addition, I also checked plan list but haven't found it. You can consider to submit an idea to increase priority of this feature.What’s new and planned for business intelligence
Regards,
Xiaoxin Sheng
- Lunar_seaFrequent Visitor
Hi Microsoft,
I'm also looking for an offical update with respect to Query Folding for dataflows.
- samloudFrequent Visitor
I'd really like this too. But how coudl it be done? isn't a dataflow just a text file on Azure Data Lake under the covers? I can see how you'd fold back to a relational dB, and (especially if your indexes / partitions were set up nicely in the back end) it would limit the rows at source. But how would you do that against a file on ADLS?
I wonder if they'd do something like a DirectQuery, where you'd target the Dataflow, but it would really fold the query back to the relational store behind the dataflow...
- S_lokeAdvocate I
Hi,
I guess this is where the new engine kicks in. The whitepaper suggest that when using dataflows, there are instances of SSAS that are deployed in the backend so in theory you could do query folding against that instance. The question now is how to trigger this because it is a temporary instance. So far in my testing, i haven't been able to isolate the steps to take advantage of this but hopefully more information will come through to assist in the near future.