Forum Discussion

alexpohl's avatar
alexpohl
New Member
3 years ago
Solved

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...
  • johnt75's avatar
    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