Forum Discussion

dbrown6's avatar
dbrown6
New Member
4 years ago

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.

 

1 Reply

  • Vijay_A_Verma's avatar
    Vijay_A_Verma
    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]})