This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have created my map to have just 2 different colors that are based on formulas in Azure Maps.
When I upload and view it in powerbi online all the dots become one color.
Solved! Go to Solution.
Hi! but are you using some color rule?
Make sure your color rules are based on a measure or calculated column, not on a direct field value. Service sometimes drops formatting when it can't evaluate the logic in the same way Desktop does. Also verify you're using the latest version of the Azure Maps visual...outdated versions have known rendering bugs in Service.
The most reliable solution is to move your color logic into a explicit DAX measure that returns the hex color value, then map that measure to the color field in Azure Maps. Something like:
Dot Color = IF([Your Metric] > threshold, "#FF0000", "#0000FF")
Hope that help!
May I check if this issue has been resolved? If not, Please feel free to contact us if you have any further questions.
Thank you
Hi @anderwdanfis
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you.
Hi! but are you using some color rule?
Make sure your color rules are based on a measure or calculated column, not on a direct field value. Service sometimes drops formatting when it can't evaluate the logic in the same way Desktop does. Also verify you're using the latest version of the Azure Maps visual...outdated versions have known rendering bugs in Service.
The most reliable solution is to move your color logic into a explicit DAX measure that returns the hex color value, then map that measure to the color field in Azure Maps. Something like:
Dot Color = IF([Your Metric] > threshold, "#FF0000", "#0000FF")
Hope that help!
This is odd. Are the colors based on a legend or conditional formatting? Also, have you tried resetting the view to the saved state of the report? Persistent filter is enabled by default so this could have contributed to it. Other than this, a sanitized copy of your pbix (confidential data removed) would help us figure out what's happening.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 21 |