Forum Discussion

SUMESHKUMAR22's avatar
SUMESHKUMAR22
Helper IV
1 year ago
Solved

Measure not filtering as per time Calculation

Hi Community, In the attached pbix file, Im facing issue with Problem -1 in atached pbix. Issue : Im trying to use colesce function in the base measure 'vall' but due to that the date filter co...
  • Hakuna_matata's avatar
    Hakuna_matata
    1 year ago

    Hi SUMESHKUMAR22 ,
    Try this measure

    vall =
    CALCULATE(
        SUM('Sample'[VALUE]),
        ALLSELECTED('DIM Date'[Date])
    )

    If this solved your problem, please accept it as a solution!! ^_^