Forum Discussion
Remaining error
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?
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.
-----------------------------------------------------
2 Replies
- MikelyticsResident Rockstar
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.
-----------------------------------------------------
- Syndicate_AdminAdministrator
Thank you very much for the help, solved the problem