Forum Discussion
Anonymous
1 year agoNot applicable
Using AVERAGEX ON SUMMARIZE DATA
Hi, I am relatively new to PowerBI and DAX and trying to build a sales report. and would greatly appreciate some help with trying to get an AVERAGEX formula to work. I am trying to calculate ...
- 1 year ago
Hi,
PBI file attached.
Hope this helps.
danextian
1 year agoSuper User
Hi Anonymous
Try this:
GROUPBY (
YourTableExpression,
"New column name", AVERAGEX ( CURRENTGROUP (), [column to average within the table expression] )