Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
sayyedkohler
Frequent Visitor

How to show calculated column data in bubbles of Map?

Hi,
I want to design a Map in which I need to show calculated column value in center of bubble of PowerBI Map.
also I want to change bubble color as per column data.

eg if data is less than 5 then red, more than 5 then green.
Any idea

Screenshot_2.png
Thanks

 

3 REPLIES 3
amitchandak
Super User
Super User

@sayyedkohler , If you are using map, without legend, You have conditional formatting available under data column , you can create a measure like this and use in conditional formatting with field value option

 

if(sum(Table[Value]) >5, "green", "red")

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Even after converting map into Clustered column chart, I am not able to get conditional data colors.
Check Screenshot

Hi  @sayyedkohler ,

 

Check the similar thread below:

https://community.powerbi.com/t5/Desktop/Conditional-Formatting-in-Maps/m-p/649561

 

 

 

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors