March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
167 | |
117 | |
63 | |
57 | |
50 |