The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Everyone!
Could you assist me with creating overlapped maps in Power BI?
I have a table with the following columns: id, order_id, country, region, and postcode. I want to visualize this data on a map where the regions are color-filled based on the number of orders in each region.
Additionally, I have a second table containing information about our planned orders, with columns: country, region, postcode, and number of planned orders. I’d like to overlay this data on the map, using bubbles (representing the number of planned orders) placed at the corresponding locations.
Could you guide me on how to create this visualization in Power BI?
Thanks a lot in advance,
Katerina
Solved! Go to Solution.
Hi @Katerina_SL ,
Nope, you can't overlap both two map visuals at same time. As a workaround, you can try using the tooltip page/tooltip to show the display additional information on a map.
Reference:
Customizing tooltips in Power BI Desktop - Power BI | Microsoft Le
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can use TMap to create a symbol map to overlay bubbles with choroplth map (see below).
Please see tutorials: https://www.mylocs.ca/tutorials.html#symbol-choropleth-map.
Hi @Katerina_SL ,
Nope, you can't overlap both two map visuals at same time. As a workaround, you can try using the tooltip page/tooltip to show the display additional information on a map.
Reference:
Customizing tooltips in Power BI Desktop - Power BI | Microsoft Le
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.