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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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.

@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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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