The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How to visualize on the map, the area that needs to be drawn by coordinates, with the possibility of drill down by points that are also attached to coordinates in a certain area?
Hi @Anonymous,
If I understand your scenario correctly that you want to create the map visual with coordinates?
Actually, we could create the map visual with Latitude and Longitude in Power BI.
Which map visaul do you want to create? If it is convenient, could you share some data sample so that I can understand your scenario better and get the solution.
Best Regards,
Cherry
Hi , @v-piga-msft
In this document, there are 2 tables, the first is the zone delineated by coordinates, the second is the points included in this zone with coordinates. The report will filter by zones and points for analytics
Hi @Anonymous,
In this document, there are 2 tables, the first is the zone delineated by coordinates, the second is the points included in this zone with coordinates. The report will filter by zones and points for analytics
For your requirement, I'm afraid that you should create the relationship between the two tables, then you could filter the value through the tables.
If your area column only have area8, I think you should create another column to define the rows with unique properties and create the relationship with that column. If you have other area x, you could create relationship with area.
Best Regards,
Cherry
Hello @v-piga-msft
I understand that you can make filtering through table values.
The main task is to draw the Zone using the data type "location or how?" and make drill down to the points on the map visualization
I mean, the Zone should not be displayed as a set of points on the Map, but as a filled area, and points appear after drill down.