Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have one table containing object id and then expected location and real location. I would like to display the expected location and real location on the same map visual so that the user can easily see how far from each other the loctions are. Is this feasible in Power BI?
Solved! Go to Solution.
I think you'd need to unpivot the data so that you've got object ID, location type ( expected or actual ) and location. you could then use the location type as the legend.
Thanks @johnt75 That is working fine but the only issue is that i can't distinguish between the locaion of two objects if they have the same one. I tried to add the object ID in the tooltip but that does not solve the issue. Any ideas?
I think you'd need to unpivot the data so that you've got object ID, location type ( expected or actual ) and location. you could then use the location type as the legend.