Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a sample pbix on my onedrive here: https://1drv.ms/u/s!Ath7XDDsi0FIo01YYv5dzHoJDpAi?e=9tVyga
I have a table "posts" which makes a GET request to here. I have 3 more tables "posts (2)", 3 and 4 which all use "posts" as the source table and do their own transformations.
The problem here is that when I refresh and use fiddler, I can see that the GET request is being made 4 times. Is there any way I can make the GET request only once when refreshing? I am facing this problem in another report where the GET request is taking a while and calling it multiple times is causing issues.
Thanks
Please see this video - (2) Inside Power Query reference queries for Power BI and Excel - YouTube
You can likely get down to a single call by unchecking parallel loading of tables (and maybe ignoring privacy check).
Pat
Hi Pat
Disabling parallel load seems like a big sacrifice. Can power BI not parallel load the source tables and then pass that data into other tables?