Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table with below columns where backlog number keep on changing everday and i want to capture the previous days backlog till last 2 week.
Backlog: 150
Received Date | Shipments | Backlog |
2/14/2023 | AXB | 100 |
2/14/2023 | AXC | 50 |
Next day Backlog : 50
Received Date | Shipments | Backlog |
2/15/2023 | AXB | 0 |
2/15/2023 | AXC | 0 |
2/15/2023 | AXD | 50 |
Now i want to see the backlog of today as 50 and previous day backlog as 150.
Expected : eg
Received Date | Backlog |
2/14/2023 | 150 |
2/15/2023 | 50 |
Thank you.
User | Count |
---|---|
15 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
18 | |
13 | |
7 | |
5 |