The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a query that fetches the full dataset and a bunch of queries that references this query and adds different filters.
When refreshing it will make the same fetch for all queries, both for the full data and all referenced queries.
Is it possible to make it so that it only makes the fetch for just the full data query and that this dataset is then used by the queries that references it, instead of making the same fetch for every single query?
You can probably address that by turning off parallel loading of tables. Please see this video to explain further.
(2) Inside Power Query reference queries for Power BI and Excel - YouTube
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Let's say I have queries A and B. A has it's source an ODBC connection to Amazon Athena.
B has as it's source a reference to A and then some additional filters.
When refreshing, both A and B will each cause a fetch to AWS and get the same data set. I would rather only have A make the invokation and B would then "reuse" the dataset instead of making its own fetching of the data.
Hope this makes it clearer.
@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
You can right click on the table and refresh one table at a time.
Appreciate your Kudos.
User | Count |
---|---|
82 | |
81 | |
37 | |
34 | |
31 |
User | Count |
---|---|
94 | |
80 | |
60 | |
50 | |
49 |