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
is there a way of passing or grabbing the first date in a date slicer to a calculation?
i want to calculated a target based on whether i am looking at this years data or last year data. Just wondering if there is a dynamic way to do this?
Proud to be a Super User!
Solved! Go to Solution.
should be able to use something like
MIN( ALLSELECTED ( DateTable[Date] )
or
FIRSTDATE( ALLSELECTED (DateTable[Date]) )
should be able to use something like
MIN( ALLSELECTED ( DateTable[Date] )
or
FIRSTDATE( ALLSELECTED (DateTable[Date]) )
thank you!
Proud to be a Super User!