- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Average of Percentages
Hello Peers,
I have a query on getting average of percentages for categories.
In below images, I have a table where I have percentage evaluation for days and grades. In total at the bottom I get avg of those percentages. When I plot these in a column chart, I get the plot as shown in one of the images.
What I want to know that how to get an avg of these percentages as line in this column chart.
I have an example done in Excel. I want to achieve same result in PBI. Can some one please help me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @abhi-kharde ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure =
AVERAGEX(
FILTER(ALL('Table'),
'Table'[GRAD]=MAX('Table'[GRAD])),[Value])
2. Use Leng and Clustered column chart.
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @abhi-kharde ,
I created some data:
Here are the steps you can follow:
1. Create measure.
Measure =
AVERAGEX(
FILTER(ALL('Table'),
'Table'[GRAD]=MAX('Table'[GRAD])),[Value])
2. Use Leng and Clustered column chart.
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
11-01-2024 11:48 AM | |||
09-05-2024 03:58 AM | |||
07-30-2024 12:31 AM | |||
02-25-2025 07:36 AM | |||
01-26-2024 08:58 AM |
User | Count |
---|---|
86 | |
81 | |
54 | |
39 | |
37 |