Forum Discussion
Filled map and UK Postcode Area - not working (but Postcode District is)
I have this very same problem today and for the life of me I cannot work out the problem.
Did you have any success in fixing this?
The data is text, column set as geo address, and I've ensured there is no spaces before or after. I've disabled suspected features that have previously caused similar issues in the past.
Hi d42UK , in the end I think I just had to use an Arc GIS visual instead of the native Power BI one. Weird and annoying!
- d42UK3 years agoRegular Visitor
Thanks s--turn . I managed to get something working last night by creating a full address column to get something to work.
Full_Address = if(len('Table'[BillingStreet]) > 1,'Table'[BillingStreet]&", ","") & if(len('Table'[BillingCity])>1,'Table'[BillingCity]&", ","") & if(len('Table'[BillingState]),'Table'[BillingState]&", ","") &'Table'[BillingPostalCode] &", " &'Table'[BillingCountry]hopefully this helps others.
- Anonymous2 years agoNot applicable
How did creating a "Full Address" column helped? Did you have to format it as Geographic data? I was tempted to try ArcGIS Maps visual but because of its data sharing policy, I am not able to proceed, are ther any work arounds for using ArcGIS without sharing data? or any other solutions?