Forum Discussion
Anonymous
4 years agoNot applicable
Creating Average from different table
Hi everyone, hope you doing well. May I know how can i calculate average value from a different table ? below are the example. In table 1, i would like to calculate the average amount from table ...
- 4 years ago
Anonymous
Average = AVERAGEX ( RELATEDTABLE ( Table1 ), Table1[Amount] )
tamerj1
4 years agoCommunity Champion
Anonymous
Any relationship between tables?
Anonymous
4 years agoNot applicable
yes
- tamerj14 years agoCommunity Champion
Anonymous
Average = AVERAGEX ( RELATEDTABLE ( Table1 ), Table1[Amount] )- Anonymous4 years agoNot applicable
Hi !!!! thank you so much !!!! thanks for the answer !