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 August 31st. Request your voucher.
Hello everyone, I'm a beginner in power bi and I don't know if my problem is because of my model or something else.
In short, I have a table containing lists of products with several columns including inventory date, end of month stock (stock), quantity consumed during the month (qtCons). I would like to add another column to have the month of stock available (stock/qtCons) on the inventory date, in other words if the inventory date is the end of January, I would like to have the month of stock available (stock January/ consumption average three of the last month). my problem is that once I am on line at the end of January how to recover the average qtCons of November, December and January ?
Products | store | Inventory date | end of month Stock | qtCons during the monthe | month of stock available |
Product A | S1 | 2023-01-31 | 12 | 23 | 12/average quantity consumed during the last three months including the month of inventory(november,december,january) |
Product B | S1 | 2023-01-31 | 23 | 43 | 23/average quantity consumed during the last three months including the month of inventory(november,december,january) |
Product C | S1 | 2023-01-31 | 32 | 2 | ... |
Product A | S2 | 2023-01-31 | 2 | 35 | ... |
Product B | S2 | 2023-01-31 | 5 | 67 | ... |
Product C | S2 | 2023-01-31 | 76 | 0 | ... |
... | .... | .. | .. | .. | ... |
Thank you so much !
Solved! Go to Solution.
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
14 | |
9 | |
7 |