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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
sunilthapa01
Regular Visitor

averageifs in excel any option in power bi

How do i get this in power bi? Unlike in excel where averageifs can be used....

 

StrataABC $XYZ $
Average Top 1-10$560,455.80$52,746.40
Average Top 11-20$407,578.20$37,831.90
Average Top 21-30$369,958.70$37,803.30
Average Top 31-40$341,761.30$35,339.20
Average Top 41-50$313,298.40$41,628.80
Average Top 51-100$252,424.90$29,920.74
Average Bottom 3rd$164,901.47$18,013.96
2 REPLIES 2
v-yalanwu-msft
Community Support
Community Support

Hi, @sunilthapa01 ;

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

 


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

jcalheir
Solution Supplier
Solution Supplier

Hi

 

You can make an average and then filter the rows you want. Something like this

 

CALCULATE(
    AVERAGE(your_table[column_average]),
    FILTER(
        your_table,
        your_table[column_filter] = "something")
)

Kind regards,
José
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 🙂

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.