Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
How do i get this in power bi? Unlike in excel where averageifs can be used....
Strata | ABC $ | 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 |
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.
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! 🙂
User | Count |
---|---|
92 | |
90 | |
88 | |
82 | |
49 |
User | Count |
---|---|
156 | |
145 | |
104 | |
72 | |
55 |