Forum Discussion
Anonymous
7 years agoNot applicable
average
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
Hi Anonymous
AVERAGEX(myCount, [Field2] )
Please mark the question solved when we get to the solution and consider kudoing if posts are helpful.
Cheers

1 Reply
- AlB
Community Champion
Hi Anonymous
AVERAGEX(myCount, [Field2] )
Please mark the question solved when we get to the solution and consider kudoing if posts are helpful.
Cheers
