Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Guys,
I'm looking to calculate the Average Weekly Total Distance for different positional groups within my dataset.
I have a data dump with columns defining date, training week, player name, position group, and total distance. There is multiple dates, and therefore rows, for each training week. Therefore to calculate weekly total distance I'll need to sum multiple rows.
I want to visualise an average weekly total distance for each positional group. To do this, I believe I need to sum every players weekly total distance, and then average these sums. I'll then need to filter this to each positional group via a slicer.
Any ideas what DAX formulas I should be using? Thanks!
Solved! Go to Solution.
Hi @KMichael99 ,
You might look into the SUMMARIZECOLUMNS function.
https://dax.guide/summarizecolumns/
Hi @KMichael99 ,
You might look into the SUMMARIZECOLUMNS function.
https://dax.guide/summarizecolumns/
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |