Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have this sample dataset:
I need to calculate a weighed average in power bi:
Media pesata is a calculated column:
Solved! Go to Solution.
Hi, @Giada_Togliatti
Please try something similar to the below.
I tried to create a sample pbix file similar to yours.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi, @Giada_Togliatti
Please try something similar to the below.
I tried to create a sample pbix file similar to yours.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
perfect, thank you!
@Giada_Togliatti , Try a measure like
divide(sum(Table[Foglio1[Punteggio]), sum(table[media pesata]))
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 82 | |
| 68 | |
| 43 | |
| 26 | |
| 25 |