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 did that and it works fine i created two tables and then join them , but how can i color them after joining i want table with black color and table two with red color.
- v-yingjl6 years ago
Community Support
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.