Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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 |
|---|---|
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |