The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!