Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a query that loads all the data from an access table (Query1).
I then have another query (Query2) which aggregates data from Query1.
I then have another query (Query3) that aggregates data from Query2.
My problem is that whenever I refresh, all three queries try to connect to the Access database at the same time and I get an error.
Is it possible to create a query chain like this that only loads data from the Access database into memory once (Query1) and Queries 2 & 3 only run from the in memory Q1?
Based on my research, you might need to retain only one query in Query Editor, and perform aggregation operation in DAX.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.