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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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,