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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
kristeltulio
Regular Visitor

Divide function not calculating correctly

Hi I would like to ask for help. I'm trying to use the DIVIDE function but I'm not getting the right result. Below is my calculation:

Breakeven YTD =
- DIVIDE(
[Overheads] + [Other Income],
[GP %],0)

// Breakeven YTD = -(Overheads + other income) / GP%

 

if I calculate it the result should be 348055-5426 = 342629 / 0.206 = 1,663,247.57 but I'm getting 1,664,245

Here is the result

kristeltulio_0-1653872871154.png

 

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @kristeltulio ,

 

Please try the following formula:

 

Breakeven YTD = 
- DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )

vkkfmsft_0-1654053830281.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
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

3 REPLIES 3
v-kkf-msft
Community Support
Community Support

Hi @kristeltulio ,

 

Please try the following formula:

 

Breakeven YTD = 
- DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )

vkkfmsft_0-1654053830281.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

kristeltulio
Regular Visitor

Hi @Nathan 

Sorry I can't share the pbix file because it's a financial report. Is there a way to fix this rounding error by using ROUND function?

Nathaniel_C
Community Champion
Community Champion

Hi @kristeltulio ,

You are most likely dealing with a rounding error.  Would you please supply us with the .pbix?


Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





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

Proud to be a Super User!




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.