Forum Discussion
Anonymous
5 years agoNot applicable
How to do average or averagex in row-wise.
Hi,
I like to perform average in row wise. I have a big table but I like select a certain amount of column and then I want to take average in row-wise.
How can do that. Please kindly help.
Regards
Abdullah
1 Reply
- lbendlin
Super User
Unpivot your data, either in Power Query or in DAX. You can create tables out of columns of a row on the fly in DAX by using the { } syntax. Then you can use averagex over that table.