Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |