I have created the following table as a vizualization in Power BI.
The blue columns are measures I created. I need the totals for those columns to equal the sum of the visible values on in the table. Do I need to create the variances as calculated columns instead of measures?
The desired result would be for the Unit Variance column to total $3.87 and the Total Variance column to total $923.76.
Unit Variance is being calculated as follows
average('Sent'[SentAmount]) - average(Received[Received Amount])
Total Variance is being calculated as follows
[Unit Variance] * sum('Sent'[Sent Volume])