The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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,