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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
skolathu
New Member

Calculating Average by multiple columns

Hi All,

I am trying to calculate average based on multiple column. Would have used AverageIfs in excel for this calculation.

 

Example:

Average Revenue by "FY Quarter, Month, City and product" and then calculate "Max Sales by FY quarter, Month and city" and finally calculate difference between "Max Sales by FY quarter, Month and city" and "FY Quarter, Month, City and product" in percentage. Based on high percentage of revenue need to get "Product" name as recomendation to taget.

 

Can any one help on how to do this in powerbi.

 

Regards

Sriram

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @skolathu 

Thanks for reaching out to us.

How to convert AVERAGEIFS to dax code, please refer to this post https://community.powerbi.com/t5/DAX-Commands-and-Tips/AVERAGEIFS-in-dax/td-p/2653698

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@skolathu , Assume you sum values and then table Avg, then you can try measure like. Same is true for Max /min etc

 

AverageX(summarize(Table, Table[Month Year], Table[product], "_sum", calculate(Sum(Table[Value])) ) , [_sum])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors