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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Ardydardy
Advocate I
Advocate I

Map visual bubble is a line instead of a bubble with negative percentage values

Ardydardy_2-1724829739238.png

I would like to see bubbles as below, but when I use a percentage value I get the results above???

Ardydardy_1-1724829705680.png

Anybody know how I can achieve normal bubbles with percentage values?

2 ACCEPTED SOLUTIONS
v-nuoc-msft
Community Support
Community Support

Hi @Ardydardy 

 

For your question, here is the method I provided:

 

Here's some dummy data

 

“Table”

vnuocmsft_0-1724898784735.png

 

Create a measure.

 

Percent % = 
var _abs = ABS(SELECTEDVALUE('Table'[Values]))
var _value = SELECTEDVALUE('Table'[Values])
var _total = 
    SUMX(
        ALL('Table'),
        _abs
    )
RETURN
DIVIDE(_value, _total)

 

Here is the result.

 

vnuocmsft_1-1724898892705.png

 

If you're still having problems, provide some dummy data. It is best presented in the form of a table.

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi! Thank you so much for your help. I really appreciate it 😍. I am only using measures compared to last year measures and I worked out that the problem was mostly due to problems/multiple values in the data model.

View solution in original post

2 REPLIES 2
v-nuoc-msft
Community Support
Community Support

Hi @Ardydardy 

 

For your question, here is the method I provided:

 

Here's some dummy data

 

“Table”

vnuocmsft_0-1724898784735.png

 

Create a measure.

 

Percent % = 
var _abs = ABS(SELECTEDVALUE('Table'[Values]))
var _value = SELECTEDVALUE('Table'[Values])
var _total = 
    SUMX(
        ALL('Table'),
        _abs
    )
RETURN
DIVIDE(_value, _total)

 

Here is the result.

 

vnuocmsft_1-1724898892705.png

 

If you're still having problems, provide some dummy data. It is best presented in the form of a table.

 

Regards,

Nono Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi! Thank you so much for your help. I really appreciate it 😍. I am only using measures compared to last year measures and I worked out that the problem was mostly due to problems/multiple values in the data model.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.