The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi there,
really struggling to find a solution for this, hope someone can help.
i am trying to calculate the weigted average of "vol" per item.
next to vol column i want to see something like below
LINK TO FILE - TEST- Copy.pbix
appreciate if anyone can help, thanks in advance.
best regards
timur
Solved! Go to Solution.
@timurcakin , Try like
Divide([vol]), Calculate([vol], allselected()) )
@timurcakin , If volume is column
Divide(Sum(Table[VOlume]), Calculate(Sum(Table[VOlume]), allselected()) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
@timurcakin , Try like
Divide([vol]), Calculate([vol], allselected()) )
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
110 | |
80 | |
66 | |
53 | |
52 |
User | Count |
---|---|
121 | |
116 | |
77 | |
64 | |
63 |