Forum Discussion
Azure Maps Visual ignores Conditional Formatting (FX) in Power BI Service (Works in Desktop)
- 7 months ago
That’s a known limitation. Many users face this issue. You’ll find similar posts in the forum too.
Maybe use a calculated column instead of a measure ??BubbleColorColumn =
IF( 'Table'[Value] > 0, "#00FF00", "#FF0000")
Then:
- Use Data colors → Field value
- Select the column (not a measure)
Or Use categorical colors via Legend (limited but safe)
Instead of hex:
ColorCategory = SWITCH( TRUE(), [Value] > 0, "Positive", "Negative")
Then:
- Put ColorCategory in Legend
- Assign colors manually
- 6 months ago
Hello everyone,
I found a temporary solution: in the Power BI Service, the conditional formatting for the colors is empty by default. Once I configure it again, everything works properly. Note that this issue appeared recently — I believe it may be due to an update in the Power BI Service. Also, I have to redo this each time I publish updates to the report.
Thank you for your help.
Regards,
Samy
That’s a known limitation. Many users face this issue. You’ll find similar posts in the forum too.
Maybe use a calculated column instead of a measure ??
BubbleColorColumn =
IF( 'Table'[Value] > 0, "#00FF00", "#FF0000")
Then:
- Use Data colors → Field value
- Select the column (not a measure)
Or Use categorical colors via Legend (limited but safe)
Instead of hex:
ColorCategory = SWITCH( TRUE(), [Value] > 0, "Positive", "Negative")
Then:
- Put ColorCategory in Legend
- Assign colors manually
- EvdMeij6 months agoNew Member
This is not a good solution for large datasets. MS needs to fix this issue quick. The color coding works for other visuals, but fails for the Azure Map visual.
- v-menakakota6 months agoCommunity Support
Hi Saamy ,
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank Shravan133 , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Yes, this is a known limitation of the Azure Maps visual in the Power BI Service.
Best Regards,
Community Support Team