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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
LamSar
Helper III
Helper III

Divide function with incorrect result

Good afternoon,

 

I have a problem with a formula to calculate a percentage. 

 

See picture below:

calculation wrong.jfif

The red bar shows 11,56%.

The pct column in the tooltip is not 11% in total. 

 

This is the measure I used: 

pct reden te kort =
VAR totManco = CALCULATE(sum(Leverorder[aantal manco]), Manco[Reden van tekort (groep)] = "Overige")
RETURN
DIVIDE([Aantal manco], totManco,0)
 
What am I doing wrong?
 
Thank you.
5 REPLIES 5
LamSar
Helper III
Helper III

Aantal manco = SUM(Manco[Totaal Manco])
Pragati11
Super User
Super User

Hi @LamSar ,

 

How is the other measure calculated: [Aantal manco] ?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

HI @LamSar ,

 

Is your custom tooltip using a different percentage calculation? I see in the screenshot, that it uses pct for showing percentages.

My understanding is your column chart is using pct reden te kort. So it is different to the tooltip.

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

No, the column chart also uses the measure [aantal manco]. But per category. 
And for the tooltip, I need the percentage per subcategory in the category.

Aantal manco = SUM(Manco[Totaal Manco])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

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.