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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Arshadjehan
Helper I
Helper I

Color saturation for Shape Map not working

 Hi,

I am trying to map actual budget expenditure through color saturation of Shape Map Visual.

When I use simple measure, it works fine, but as soon as I format the measure as Million, color saturation disappears.

Here is the formatted measure:

 

Actuals = format(SUM(Budget[Actual]),"#,##0,,")
 
Any Help?
3 REPLIES 3
v-gizhi-msft
Community Support
Community Support

Hi,

 

According to your description, it works well here.

Here is my test table:

33.PNG

I create two measures:

Original Actuals = SUM('Table'[Actual expenditure])
Actuals = VALUE(format(SUM('Table'[Actual expenditure]),"#,##0,,"))

And they show as follows:

31.PNG

 

32.PNG

 

For your problem, i think it is related to your data, such as "13300000","13400000","13500000". 

And they all show as "13" after changing its format to million.

So the color in Shape map display the same instead of gradation.

 

Best Regards,

Giotto Zhi 

 

amitchandak
Super User
Super User

Formatted number is like string/test. Please use unformatted number to color formatting.

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

@amitchandak 

Thanks for the reply. But my requirement is displaying the figure in millions. I can achieve this in matrix but not intooltip of Shape map visual.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors