Forum Discussion
Create map for two attitudes and longitudes.
- 6 years ago
Hi Anonymous ,
In power bi, table cannot be colored for themselves, we can only put the fields in the map and change the data colors in the data color menu as I previous posted.
Best Regards,
Yingjie LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Did you mean you save the two different locations in the two tables?
If so, [Category] column also needs to be added in both tables, then use this formula to combine these two tables:
Table 3 =
UNION('Table 1','Table 2')Now you can get the previous result as well.
Attached my sample file that you can refer: Create map for two attitudes and longitudes.pbix
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
i don't have any tables, what i have is two different locations and i want to plot it in a singel map
as you can see in the right i have (LAT and LAT1) also (LON and LON1) i need to plot these foure attributes in the same map, like compininge these two maps (i dont want map for each one of them just a single map have two different (latitude and longtitude))