Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have the following sample data:
| User ID | Response Type | Score |
1 | a | 100 |
| 1 | a | 90 |
| 3 | b | 100 |
| 4 | a | 80 |
| 4 | b | 100 |
| 6 | b | 70 |
I want to filter the reults and get an average score for User IDs who have a response of type for BOTH A and B.
In this case, it would return just two responses, from user 4 and the overall average score for the table would be 90. The idea is to see if users who have responses from both types on average have different scores than the overall group.
Any thoughts?
Solved! Go to Solution.
First I applied a visual-level filter using this measure:
This makes the table only show the result for User Id #4.
Then I calculated the average of their scores :
See attached .pbix file with the solution.
///Mediocre Power BI advice, but it's free///
First I applied a visual-level filter using this measure:
This makes the table only show the result for User Id #4.
Then I calculated the average of their scores :
See attached .pbix file with the solution.
///Mediocre Power BI advice, but it's free///
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.