The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I am trying to get a DAX formula that can give me stock aging through time. For exemple, if I go back to February, I can see my stock aging at the end of the month.
For now, all I could come up with is an aging as of today, see formulas below. How can I make it dynamic ?
0-30 days = SUMX(FILTER(INVENTAIRES; max(INVENTAIRES[Posting_Date]) && max(INVENTAIRES[Posting_Date])-30); INVENTAIRES[Sum_Remaining_Quantity])
30-60 days = SUMX(FILTER(INVENTAIRES; INVENTAIRES[Posting_Date]<=TODAY()-30 && INVENTAIRES[Posting_Date]>TODAY()-60);INVENTAIRES[Sum_Remaining_Quantity])
Regards,
User | Count |
---|---|
14 | |
12 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
13 | |
7 | |
5 |