Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello, I am trying to cumulate units available monhtly for the last fiscal month. I wrote this measure and it works perfectly until i dry to add SamePeriodAsLastYear. If i leave off Invoice_DimDate[IsCurrentFiscalYear] = 1) then it works but it goes back to the begining of time for the data and the unit couts are huge. I just want the current fiscal year. Can anybody helpme get the current year unit counts and the previous year unit counts?
YearRunningTotal =
CALCULATE (
COUNTROWS( 'Invoice Fact_WIPDaily'),
FILTER (
ALL ( 'Invoice Fact_WIPDaily' ),
'Invoice Fact_WIPDaily'[INV DATE (I10)]<= max('Invoice Fact_WIPDaily'[INV DATE (I10)])),Invoice_DimDate[IsCurrentFiscalYear] = 1)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |