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 one time need to convert 1mm addresses to a lat/long after which the update process will only require maybe 10k updates per quarter. All the plans seem to be geared to monthly volumes so hence my question...Anyone have any experience with this in their powerbi data transformations whether done in powerbi or pre-bi?
Thanks,
Tom
PS: It's probably worth saying I'm doing this to pre-compute the distance between data point pairs...and then find the "other" data points within a radius (set by a slicer) of any selected point.
Solved! Go to Solution.
You should email maplic@microsoft.com for assistance in determining the Bing Maps service and licensing program that’s best for your business.
https://azure.microsoft.com/en-us/marketplace/partners/bingmaps/mapapis/
Generally, you use Bing Spatial Data Services:
or Google Maps Geocoding API
Thanks @Greg_Deckler. It's a little byzantine to figure out the pricing. We're non-standard in that we won't be attached to a map (powerbi can do that with an address) rather we're creating distances between points for slicers to go into a commercial application. 1MM geo codes can be expensive and hence the question.
I was imagining I could use an opensourced service for the big push, then a bing like service for the quarterly changes...(which are modest). Have you ever deciphered pricing for one time big jobs using bing? I'd like to keep things in the "family" if possible.
Tom
You should email maplic@microsoft.com for assistance in determining the Bing Maps service and licensing program that’s best for your business.
https://azure.microsoft.com/en-us/marketplace/partners/bingmaps/mapapis/
@Greg_Deckler Thanks! Should have marked this as the answer quicker. As always, I'm in your debt---Tom