I'm trying to calculate the total average of sales units across a dimension in a matrix. Here is my current formula:
Sales Avg Sum = averagex(ALL('Reports DM_STORE'[Store Number]),[Sales Units])
The formula is returning the correct value in the Total line, but I'd like that Total value to be across every record in the the visual. example Store 25, 24, 16, etc. all have a Sales Avg Sum of 29,094.64
Here are my current results:
Any help would be appreciated!