Forum Discussion

JohannSteyn's avatar
JohannSteyn
Frequent Visitor
4 years ago
Solved

Filter relative to current row

Hi all, I need some help please. I think have this basic issue embedded in a more complex forumla.   I have the following columns: Date 1, Date 2, Amount. I want to add a column with the sum of t...
  • amitchandak's avatar
    amitchandak
    4 years ago

    JohannSteyn , Sorry, I think I reverted the logic

     

    new column =
    var _date = [Date1]
    return
    sumx(filter(Table, Table[Date2] >=_Date),[Amount])