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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a list of addresses that require latitude and longitude.
If I use this web query, I get the correct results:
Now I create a Custom Function as below:
But it returns no data.
Does anyone have a solution for this?
Solved! Go to Solution.
First advice would be to follow the documentation. Use RelativePath and Query parameters
Web.Contents - PowerQuery M | Microsoft Learn
From there it is a bit of a trial and error as some APIs do not take kindly to the URL encoding done by Power Query. You may have to experiment with different formats.
The VirtualEarth API does not require the double quotes, by the way,
First advice would be to follow the documentation. Use RelativePath and Query parameters
Web.Contents - PowerQuery M | Microsoft Learn
From there it is a bit of a trial and error as some APIs do not take kindly to the URL encoding done by Power Query. You may have to experiment with different formats.
The VirtualEarth API does not require the double quotes, by the way,
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.