Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
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
If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.
perfect, thank you!
@Giada_Togliatti , Try a measure like
divide(sum(Table[Foglio1[Punteggio]), sum(table[media pesata]))