Forum Discussion
vanessafvg
9 years agoCommunity Champion
Using date slicer to calculate a target dynamically
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...
- 9 years ago
should be able to use something like
MIN( ALLSELECTED ( DateTable[Date] )
or
FIRSTDATE( ALLSELECTED (DateTable[Date]) )
dedelman_clng
9 years agoCommunity Champion
should be able to use something like
MIN( ALLSELECTED ( DateTable[Date] )
or
FIRSTDATE( ALLSELECTED (DateTable[Date]) )
- vanessafvg9 years agoCommunity Champion
thank you!