Forum Discussion
ClaytonL
4 years agoFrequent Visitor
Recurring Memberships based on Unique User IDs
Hello Everyone, I am working through a problem that I cannot find an answer to across the forums yet. I am trying to come up with a way to track membership data. The problem is the way I get the ...
amitchandak
Super User
4 years agoClaytonL , You can have a column for that
new column =
var _min =minx(filter(Table, [UserID] = earlier([USerID]), [Date])
return
if(datediff(_min, [Date], month) >0, "Retained", "New")