Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hello Experts,
I am facing an issue while using the simple Divide fuction. Some of the rows returns correct results while some returns incorrect results as shown in the below screenshot.. I have also tried in other ways by using variables but no luck. Kindly help me out of it.
Regards,
Ajay Emmadi
Solved! Go to Solution.
Give this a try, see if it works.
MAP Value =
DIVIDE (
ROUND ( SUM ( 'Planning Dashboard'[Closing StockValue] ), 2 ),
ROUND ( SUM ( 'Planning Dashboard'[Closing Stock] ), 2 ),
0
)
Give this a try, see if it works.
MAP Value =
DIVIDE (
ROUND ( SUM ( 'Planning Dashboard'[Closing StockValue] ), 2 ),
ROUND ( SUM ( 'Planning Dashboard'[Closing Stock] ), 2 ),
0
)
@Anonymous
I am betting that the ones that look like wrong actually have a very small number after the decimal so it is not 0, it is 0.0000056 or something like that.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 39 |