Forum Discussion
stty1244
9 years agoFrequent Visitor
map
Dear all, I have created a map visualisation using US data, with US towns and states in Power BI desktop. I have set this up as a map. When looked at in PBI desktop, the USA map is displayed. (Not s...
- 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.
Anonymous
9 years agoNot applicable
Anonymous
9 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.