Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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!