Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello all,
Trying to work out how to filter the same column twice in Power Bi service. Here is an example
Student A Test 1 89%
Student B Test 1 72%
Student C Test 1 93%
Student D Test 1 56%
Student A Test 2 73%
Student B Test 2 86%
Student C Test 2 77%
Student D Test 2 64%
I want to build a report for each student (A-D) showing the average overall percentage vs their average overall percentage. I can't seem to make a line graph or bar chart with average overall percentage and then the average percentage of Student A only because it will only let me filter independently when I add the % value twice.
I essentially need to put the % column on twice and filter it once for average of Student A, and once for the average of all results.
I don't really want to create 2 colmuns on my excel for this as it's convoluted enough!
Any suggestions?
Thank you!
I would suggest creating a measure like this:
Measure = AVERAGEX(ALL('Table'),[Score])
Can you create measures in Power Bi Service?
Thank you
No, you would need access to the Desktop (PBIX) file.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
32 | |
20 | |
19 | |
14 | |
12 |
User | Count |
---|---|
28 | |
18 | |
16 | |
16 | |
14 |