Forum Discussion
Anonymous
9 years agoNot applicable
Singapore Map Visualization
I have a problem, I want to make Filled Map of Singapore. I have Postal Code, Country, and also the Address data for this. But when I put the postal code it point to Europe and America. I also ...
- 9 years ago
Hi Anonymous,
I just tried adding a new calculate column with the formula below to combine the "Country" and "PostalCode", and showing the new created column on the Map, then it works just fine.
Column = data[Country]&","&LEFT(data[PostalCode],6)
Here is the modified pbix file for your reference. :smileyhappy:
Regards
sahisunkishala
5 months agoNew Member
Hello all,
PowerBi Maps is retiring soon and we have to use Azure Maps from now on. The above solution worked fine with the PowerBI Maps. However it doesn't work with Azure Maps when you have latitude and longitude only for Singapore. Help me out if you have a solution for this.