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.
Hi community,
I have a table with a list of address, and trying to pass an API to get geolocation, everything runs well and gets refreshed in desktop.
But when I try to refresh in Power BI Service I got an error, I have set up all data source (web and sql) as organizational.
I am using web content combined with relativepath to avoid a dynamic query issue but still not working the refreshment.
Thanks in advance,
Error in Power bi service:
Solved! Go to Solution.
Welcome to the wonderful world of the formula firewall.
Behind the scenes of the Data Privacy Firewall - Power Query | Microsoft Learn
Try to keep all queries in the same partition.
Welcome to the wonderful world of the formula firewall.
Behind the scenes of the Data Privacy Firewall - Power Query | Microsoft Learn
Try to keep all queries in the same partition.
Hi Ibendlin,
After join all queries in one, the refreshment worked.
Thanks!