Forum Discussion

finan's avatar
finan
New Member
8 years ago
Solved

Summarize / Lookup Data

Hello everyone.   I'm starting my studies at PowerBi, and I came up with a challenge that I can not solve. I need to summarize a table, grouping by a category, searching the first date of this cat...
  • Thyago_Rezende's avatar
    8 years ago

    Hi,

    It follows again:

     

    For the first date in the filter context:

    CALCULATE(SUM(VALUE);FIRSTDATE(STARTDATE))

     

    Regards,