Forum Discussion
JezMazter
3 years agoFrequent Visitor
Getting total open backlog and show over time
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 b...
- 3 years ago
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])
amitchandak
Super User
3 years agoJezMazter , 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])