Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Syndicate_Admin
Administrator
Administrator

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])
jmatamal_0-1669515183615.png

How can I fix this error?

1 ACCEPTED SOLUTION
Mikelytics
Resident Rockstar
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

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

View solution in original post

2 REPLIES 2
Mikelytics
Resident Rockstar
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

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Thank you very much for the help, solved the problem

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors