Forum Discussion
JohannSteyn
4 years agoFrequent Visitor
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...
- 4 years ago
JohannSteyn , Sorry, I think I reverted the logic
new column =
var _date = [Date1]
return
sumx(filter(Table, Table[Date2] >=_Date),[Amount])
amitchandak
4 years agoSuper User
JohannSteyn , Sorry, I think I reverted the logic
new column =
var _date = [Date1]
return
sumx(filter(Table, Table[Date2] >=_Date),[Amount])
JohannSteyn
4 years agoFrequent Visitor
amitchandak working! You're awesome! Thank you