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
I have a calculation that looks for the last date we have in the data and return the value for that date:
@Anonymous ,
Have selected Report Date in the slicer. Max should from the date selected in the slicer.
try like
Column =
VAR LASTIME = MAXX(Query1,Query1[ReportDate])
RETURN CALCULATE(VALUES(Query1[OpenInventory]), filter(all(Query1),Query1[ReportDate]=LASTIME) )
Thanks @amitchandak I tried the following but still receiving a blank once I change the slicer: