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
Hello,
I have created a table and assigned it to variable myCount
The table I get is like:
Field1 Field2
----------------------
value1 3
value7 1
value4 1
value5 9
...
Question
How do I get the avg of Field2 in dax?
Thank you
Solved! Go to Solution.
Hi @Anonymous
AVERAGEX(myCount, [Field2] )
Please mark the question solved when we get to the solution and consider kudoing if posts are helpful.
Cheers ![]()
Hi @Anonymous
AVERAGEX(myCount, [Field2] )
Please mark the question solved when we get to the solution and consider kudoing if posts are helpful.
Cheers ![]()
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |