Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello Guys,
I have this table, and I want to calculate the average of results passed (so calculating only results >=5.5) and then show it for each course.
plz help
Solved! Go to Solution.
Hi @Anonymous
Try this, where Table1 is the table you show
1. Place Table1[Course] in the rows of a matrix visual
2. Create this measure and place it in vlaues of the matrix visual:
Measure = CALCULATE ( AVERAGE ( Table[result] ), Table[result] >= 5.5 )
Hi @Anonymous
Try this, where Table1 is the table you show
1. Place Table1[Course] in the rows of a matrix visual
2. Create this measure and place it in vlaues of the matrix visual:
Measure = CALCULATE ( AVERAGE ( Table[result] ), Table[result] >= 5.5 )
It works, thank you so much.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 33 | |
| 33 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 45 | |
| 30 | |
| 26 |