We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
Solved! Go to Solution.
Hi @kristeltulio ,
Please try the following formula:
Breakeven YTD =
- DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )
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.
Hi @kristeltulio ,
Please try the following formula:
Breakeven YTD =
- DIVIDE ( [Overheads] + [Other Income], ROUND ( [GP %], 3 ), 0 )
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.
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?
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
Proud to be a Super User!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 39 | |
| 32 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 37 | |
| 34 | |
| 22 |