Forum Discussion
map
- Anonymous9 years ago
Try this combination. I've gotten the desired results with this combination:
Postal code&" "&State.
Referring to the pbix, you sent me:
stores[zip] & " " & stores[state].
Let me know how it goes.
Many thanks Martin. I'll send you the pbix so you can have a look if you like.
If I make any progress, will post here.
Regards
Tom
- Anonymous9 years agoNot applicable
Try this combination. I've gotten the desired results with this combination:
Postal code&" "&State.
Referring to the pbix, you sent me:
stores[zip] & " " & stores[state].
Let me know how it goes.
- stty12449 years agoFrequent Visitor
HI Martin, thanks a lot for your help.
Following your advice I did the following -
Set up new column in store table as
Zip and Store = stores[zip] & " " & stores[state]
The data then looked as follows:
So this definitely fixed the desktop map appearing in USA, online map appearing in UK issue.
There is definitely something else odd going on with the data, but that is fine as this was a test example I got online anyway.
Many thanks for your help!
Regards
Tom