Hello,
I have a requirement where I have to show longitude and latitude of the location of the projects that are being compared. These projects are coming from two different tables. In the map visual we have an option only to choose one longitude and latitude from single table. Is there a way to show both the values from different tables in a single map visual? Attaching the pbix file for reference.
Is there a way to show the latitude and longitude of both AP4 and BP1 in the map visual? Is it possible at all? VisualizingLatitudeLongitude.pbix (30.7 KB)
Hi @Vsb79,
I share a possible solution in which we create a calculated table with the union of the two project tables and add a Type column to use it as a Legend on the map and be able to give a color to the projects in the Project1 table and a different color to the projects in the second table.
This is the calculated table: