Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
3 years ago
Solved

Remaining error

Hello!! When performing the subtraction operation, it fails to one extent.

The configuration of the measure is as follows:

Cumulative = CALCULATE('Initial'[Initial Balance] + [Received] - [Exterior])

How can I fix this error?

  • Syndicate_Admin ,

     

    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.

    -----------------------------------------------------

    LinkedIn

2 Replies

  • Mikelytics's avatar
    Mikelytics
    Resident Rockstar

    Syndicate_Admin ,

     

    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.

    -----------------------------------------------------

    LinkedIn