Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I am quite new to powerbi , but been liking it so far.
I have a question regarding showing totals of an open backlog from week to week.
To give context, I am extracting an open backlog weekly. I want to show the total from week to week. The end goal would be something to look like this:
The data source is from an excel with multiple tabs which contain the extracted backlog from each week.
How am I able to show the total of each backlog across the weeks?
Thank you in advance
Solved! Go to Solution.
@JezMazter , Append these table with Week No or week date column
or have week no or date column and join all of them with a common week/date table and the sum of measures from all three tables
Sum('Week 38 backlog'[Value]) + Sum('Week 39 backlog'[Value]) +Sum('Week 40 backlog'[Value])
@JezMazter , Append these table with Week No or week date column
or have week no or date column and join all of them with a common week/date table and the sum of measures from all three tables
Sum('Week 38 backlog'[Value]) + Sum('Week 39 backlog'[Value]) +Sum('Week 40 backlog'[Value])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
164 | |
84 | |
68 | |
68 | |
58 |