Forum Discussion
alexpohl
3 years agoNew Member
Data Status independent from date slice
Hello Community, I have searched for a long time for a solution of my problem, but I haven`t found the solution. I have the following problem: I want to become the data status independant of a sl...
- 3 years ago
Try
Last Date = CALCULATE ( MAX ( 'Markenübergreifend'[Delivery Day] ), REMOVEFILTERS ( 'Date'[Date] ) )Where 'Date'[Date] refers to the column you are using in the slicer
johnt75
3 years agoSuper User
Try
Last Date =
CALCULATE (
MAX ( 'Markenübergreifend'[Delivery Day] ),
REMOVEFILTERS ( 'Date'[Date] )
)
Where 'Date'[Date] refers to the column you are using in the slicer