Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
57 | |
30 | |
24 | |
23 | |
20 |
User | Count |
---|---|
57 | |
37 | |
23 | |
22 | |
20 |