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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I need help to summarize the erro ABS.
As you can see the sum of erro abs IA is wrong shoud be 30.968
Solved! Go to Solution.
Hi @Anonymous ,
We can use the following measure to meet your requirement.
Measure = CALCULATE(SUM('Table'[value]),'Table'[value]>0) - CALCULATE(SUM('Table'[value]),'Table'[value]<0)
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Best regards,
Hi @Anonymous ,
How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?
Best regards,
Hi @Anonymous ,
We can use the following measure to meet your requirement.
Measure = CALCULATE(SUM('Table'[value]),'Table'[value]>0) - CALCULATE(SUM('Table'[value]),'Table'[value]<0)
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Best regards,
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!