Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I have defined the below measure named "Total_HC":
Is there a way I can define another measure that computes the average of "Total_HC"?
Thanks!
Solved! Go to Solution.
The basic principle is to perform an AVERAGEX over a variable which summarizes the dimension you want the average over, which could be date, category, etc.
Average of measure =
var summaryTable = ADDCOLUMNS( SUMMARIZE( 'Date', 'Date'[Year month]), "@val", [Measure name])
return AVERAGEX( summaryTable, [@val] )
The basic principle is to perform an AVERAGEX over a variable which summarizes the dimension you want the average over, which could be date, category, etc.
Average of measure =
var summaryTable = ADDCOLUMNS( SUMMARIZE( 'Date', 'Date'[Year month]), "@val", [Measure name])
return AVERAGEX( summaryTable, [@val] )
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 47 | |
| 44 |