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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
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])
Solved! Go to Solution.
Try the below
Sales Avg Sum = AVERAGEX( ALL( 'Reports DM_STORE'[Store Number], 'Reports DM_STORE'[Store] ), -- OR ALL( 'Reports DM_STORE' ) [Sales Units] )
Try the below
Sales Avg Sum = AVERAGEX( ALL( 'Reports DM_STORE'[Store Number], 'Reports DM_STORE'[Store] ), -- OR ALL( 'Reports DM_STORE' ) [Sales Units] )
Have you tried just
Sales Avg Sum = average('Reports DM_STORE'[Sales Units])
That should average all the numbers of Sales Units.
Help when you know. Ask when you don't!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |