Forum Discussion
kunlemic
9 years agoRegular Visitor
overlay two different coordinate dataset in one map
Hi, I am working on a report that plot geo coordinate on a map and overly another geo coordinate on the same map. How can I do this on power BI?
- Anonymous9 years ago
You can append two datasets into a single one with columns:
lat | long | set
where lat and long would be coordinates and set would be a differentiator for your geographical layers. Then simply use Map visual as follows:
Sample map with "layers"
Anonymous
9 years agoNot applicable
You can append two datasets into a single one with columns:
lat | long | set
where lat and long would be coordinates and set would be a differentiator for your geographical layers. Then simply use Map visual as follows:
Sample map with "layers"
Anonymous
8 years agoNot applicable
The layout changed since the last update. Is this methode still possible?