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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a Table like the below example, where the 2 columns with amount are not totaling the sum correctly.
Name Amount1 Amount2 Variance
Ben 1 2 1
Kate 2 2 0
Sam 1 1 0
Total 3 3 1
Is anyone encountering this issue? Is there a fix?
Solved! Go to Solution.
Are both Amount1 and Amount2 columns or measures?
If they are measures, please verify the DAX.
If they are columns, please check the aggregation of these two columns. Make sure it's "Sum".
Regards,
Are both Amount1 and Amount2 columns or measures?
If they are measures, please verify the DAX.
If they are columns, please check the aggregation of these two columns. Make sure it's "Sum".
Regards,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.