Hi all,
You guys have been such a great resource for me and I really appreciate it. I'm learning a lot but theres still some things that I can't seem to get correct.
I have a matrix of inventory at the end of the month. inventory same period last year, total sales and lastly inventory turnover. I'll add an image of how it currently looks like. Everything seems to be working fine except for my inventory turnover formula. The quarterly subtotals takes the average of the previous 3 months instead of the last value of the period. Is there anyway around this? These are the formulas that I currently use:
Turnover Ratio =
DIVIDE('_Measures Inventory'[Total Sales], '_Measures Inventory'[Sum Inventory Value])
Total Sales =
SUM('CustomerOrderLines 2019- July 2022'[Total Sales])
Sum Inventory Value =
SUM('2019 - 2022 Inventory Value'[Total Value])
Solved! Go to Solution.
@comacabana ,based on what I got
have column year month YYYYMM format and try measure like
calculate( lastnonblankvalue('Date'[Year Month]), SUM('2019 - 2022 Inventory Value'[Total Value]))
Column YYYYMM
year month = format([Date], "YYYYMM")
@amitchandak You are the best thank you that worked perfectly!
I slightly modified the formula to get turnover ratio in case anyone is interested.
CALCULATE(LASTNONBLANKVALUE('Date Table'[Year Month Number], DIVIDE(SUM('CustomerOrderLines 2019- July 2022'[Total Sales]),SUM('2019 - 2022 Inventory Value'[Total Value]))))
@comacabana ,based on what I got
have column year month YYYYMM format and try measure like
calculate( lastnonblankvalue('Date'[Year Month]), SUM('2019 - 2022 Inventory Value'[Total Value]))
Column YYYYMM
year month = format([Date], "YYYYMM")
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
238 | |
54 | |
50 | |
48 | |
46 |
User | Count |
---|---|
286 | |
212 | |
113 | |
82 | |
69 |