Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
dbrown6
New Member

Average Multiple Columns

 

So I've tried everything to reproduce what in excel would be a simple average of - Average(S3:T3) to produce $5.79. How would I write this as a query in PowerBI to produce $5.79 as an average? They are essentially the exact same metrics from two separate tables.

 

image_2022-06-19_121307673.png

1 REPLY 1
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Use following construct where you would need to replace Column1 and 2 by your column names in PQ.

= List.Average({[Column1],[Column2]})

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.