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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

AVERAGEIFS in dax

Hi guys,

I would like to know how to transcribe this formula in dax please.

Moyenne.si.ens = AVERAGEIFS

thank you 🙂

 

Makiza_0-1658417495986.png

 

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Thanks for reaching out to us.

>>When averaging by multiple conditions,

You can try this measure,

Measure = AVERAGEX(FILTER('Table','Table'[Total]<>0 && 'Table'[Parti]="Non" && 'Table'[Equipe]="DevCo"),[%Total])

vxiaotang_0-1659245097000.png

Or if you want to create a column, try this 

vxiaotang_1-1659245153222.png

 

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.

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Thanks for reaching out to us.

>>When averaging by multiple conditions,

You can try this measure,

Measure = AVERAGEX(FILTER('Table','Table'[Total]<>0 && 'Table'[Parti]="Non" && 'Table'[Equipe]="DevCo"),[%Total])

vxiaotang_0-1659245097000.png

Or if you want to create a column, try this 

vxiaotang_1-1659245153222.png

 

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.

Anonymous
Not applicable

Thank you for your answer,
I would like to calculate the average AVERAGEIFS in dax.
- Average_range = N:N (%total)
- Criteria_range1 = M:M (total)
- criteria1 = "<>0"
- Criteria_range2 = F:F (months)

amitchandak
Super User
Super User

@Anonymous , Can you explain what you are trying to do

 

The information you have provided is not making the problem clear to me. Can you please explain with an example.

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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