Forum Discussion

kalspiros's avatar
kalspiros
Helper I
5 years ago
Solved

Earliest values based on timeline

Hi All,   i think that can be solved with a CALCULATETABLE that will filter the sliced data and then return the EARLIEST but not too savvy with such sets, plus, from my research on this forum, i di...
  • AlB's avatar
    5 years ago

    kalspiros 

    I'd misread. Then use that earliers date to apply it to your measure:

    New measure =
    VAR date_ =
        CALCULATE ( MIN ( DateTable[Date] ), ALLSELECTED ( DateTable[Date] ) )
    RETURN
        CALCULATE ( [fx Average Value], DateTable[Date] = date_ )

    If this doesn't work share the pbix

     

    Please mark the question solved when done and consider giving a thumbs up if posts are helpful.

    Contact me privately for support with any larger-scale BI needs, tutoring, etc.

    Cheers