Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello!! When performing the subtraction operation, it fails to one extent.
The configuration of the measure is as follows:
How can I fix this error?
Solved! Go to Solution.
Please Use the ROUND function when building a measure=
like
Round Measure =
ROUND(
<your expression> or <a measure>,
2
)
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Please Use the ROUND function when building a measure=
like
Round Measure =
ROUND(
<your expression> or <a measure>,
2
)
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
-----------------------------------------------------
Thank you very much for the help, solved the problem