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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
matheus_arruda
New Member

Calculation in table visualization

Dear,
my table is doing a very wrong calculation because it says 42.33 + 51.17 is equal to 189.20, though the correct value would be 93.50.
How can I fix this problem?

The formula in my calculated column that generates this value is:

Perda Rougher = SUM('CADASTRO PERDA'[Perda Rougher])*[Peso Rougher Calculado]/100

Print ScreenPrint Screen

1 ACCEPTED SOLUTION
matheus_arruda
New Member

Hello peoples, I discovered that the calculation function was wrong, thank you all!
I'm change de SUM function for SUMX and solved my problem!

View solution in original post

3 REPLIES 3
matheus_arruda
New Member

Hello peoples, I discovered that the calculation function was wrong, thank you all!
I'm change de SUM function for SUMX and solved my problem!

Anonymous
Not applicable

@matheus_arruda,

Do all the fields in the above table visual come from a single table? If not, could you please share dummy data of your original tables and tell us the relationship between the tables so that we can test?

Regards,
Lydia

vijay_kolisetty
Frequent Visitor

Hi

 

As I dont have enough info, I can guess to use the below and let me know if any concerns

Perda Rougher = SUM('CADASTRO PERDA'[Perda Rougher])*SUM([Peso Rougher Calculado])/100

 

and provide the value of 'CADASTRO PERDA'[Perda Rougher]). Otherwise change the name of the calculation and try once as it may dependent of the other rollup with the same name.

 

Regards,

V

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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
Top Kudoed Authors