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.
I am sharing my Pbix file here.
(This is same question that I posted to the "Desktop" yesterday, but I have not gotten any feedback, so I decide to ask in "DAX Commands and Tips".)
I am trying to add a Column here in Matrix that calculates Average of all numbers listed throughout dates:
So, example, it would be (21+21+19+19..+20) / 8 = average for "VA".
Currenly, I only have Total (that comes matrxi as Column subtotals).
This is illustration of Rows, Columns and Values from Pbix file:
What is formula for column? Do I have to use measure for this?
If Matrix is not possible, should I change to Table visual?
Thanks.
Solved! Go to Solution.
add measure
DailyClients = AVERAGEX(VALUES([DATE]), CALCULATE([# OF CLINTS]))
Sorry for bothering you again.
I am trying to understand how measure works in PowerBI.
I know this (bottom image) is where it addes column subtotal.
But, what caused this to not display "subtotal", but display "average"?
If I put Column subtotals as "off", no "average" shows up, so I am wondering how does Average tie to "subtotals".
Thanks.
@vapid128 Thank you so much.
How do you put the measure at the end only?
Mine looks like this (repeating):
I was not able to put inside Column directly..
Thanks.
remove the (# of Clients) in values
Thank you so much!
Sorry. one more thing..
Is there way to format number to display with no decimal for each day's value but with one decimal for the average (illustrated as below)?
I am tryng to understand the logic of this measure (decimalFix) here.
How does the "Average" not be considered as
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 |
---|---|
12 | |
11 | |
10 | |
9 | |
8 |