Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
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.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!