Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Trying to average a column for each day, but there are multiple rows for each date. I then need to sum these averages for the week based off a label. The label is "Winter Week 1", which continues through week 8.
I need to show on a graph the weekly sum on the Y axis, and the Week Name and Number on the X-Axis, basically with 8 numbers.
Attached is an example of my table
Solved! Go to Solution.
Hi @SSGUY
Please try
=
SUMX (
VALUES ( 'Table'[Date] ),
CALCULATE (
AVERAGE ( 'Table'[Value] )
)
)
Hi @SSGUY
Please try
=
SUMX (
VALUES ( 'Table'[Date] ),
CALCULATE (
AVERAGE ( 'Table'[Value] )
)
)
Yes! Thanks you!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |