Forum Discussion
Map visual Support
- 1 year ago
Hi vjnvinod,
Thank you for reaching out to the Microsoft fabric community forum.
After thoroughly reviewing the details you provided, I was able to reproduce the scenario, and it worked on my end. I have used it as sample data on my end and successfully implemented it.Dax Measure For Tax Zone Classification:
Tax Zone Classification = SWITCH( TRUE(), 'White Land Tax'[Land Status ( Developed / Undeveloped / Partially Developed/WIP)] = "Partially Developed", "Partial Tax", 'White Land Tax'[Land Status ( Developed / Undeveloped / Partially Developed/WIP)] = "Undeveloped", "Full Tax", 'White Land Tax'[Exemption from WLT (Yes or No)] = "Yes", "Tax Exempted", "Full Tax" )I am also including .pbix file for your better understanding, please have a look into it:
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you for using Microsoft Community Forum.
Hi vjnvinod,
Thank you for reaching out to the Microsoft fabric community forum.
After reviewing the details you provided, I have identified few workarounds that may help resolve the issue. Please follow these steps:
Currently, the Shape Map visual in Power BI is still in preview and remains under development. While it does provide the ability to overlay custom regional boundaries (like zoning areas), it has functional limitations:
- It does not support dynamic point plotting based on latitude/longitude.
- It requires TopoJSON files for custom shapes (e.g., zoning regions).
- Advanced interactions such as tooltips or layering with point markers are not fully supported yet.
Use Shape maps in Power BI Desktop (Preview) - Power BI | Microsoft Learn
To meet your objectives of plotting land parcels and visualizing tax zones with full interactivity, I recommend using the Azure Maps visual or Map visual. Use Azure Maps visual > "Bubble Layer" for points and Polygon Layer for zones. Use smart tooltips Create a tooltip page that appears when you hover over a land plot.
kindly refer to the below link for more information:
Tips and Tricks for maps (including Bing Maps integration) - Power BI | Microsoft Learn
Convert Map and Filled map visuals to an Azure Maps visual - Microsoft Azure Maps Power BI visual | Microsoft Learn
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you for using Microsoft Community Forum.
- vjnvinod1 year agoImpactful Individual
i have not been able to achieve this, do you have pbix to share? just to understand how you manage to get this workaround worked?
- v-kpoloju-msft1 year agoCommunity Support
Hi vjnvinod,
Thank you for reaching out to the Microsoft fabric community forum.
After thoroughly reviewing the details you provided, I was able to reproduce the scenario, and it worked on my end. I have used it as sample data on my end and successfully implemented it.Dax Measure For Tax Zone Classification:
Tax Zone Classification = SWITCH( TRUE(), 'White Land Tax'[Land Status ( Developed / Undeveloped / Partially Developed/WIP)] = "Partially Developed", "Partial Tax", 'White Land Tax'[Land Status ( Developed / Undeveloped / Partially Developed/WIP)] = "Undeveloped", "Full Tax", 'White Land Tax'[Exemption from WLT (Yes or No)] = "Yes", "Tax Exempted", "Full Tax" )I am also including .pbix file for your better understanding, please have a look into it:
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you for using Microsoft Community Forum.- v-kpoloju-msft1 year agoCommunity Support
Hi vjnvinod,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.