Forum Discussion
Jorgast
Resolver II
5 years agoFind previous date based on single date per record.
Hello Power BI Community I need your help. What I want to do is compare the current row data and find the previous date a case was submitted for the same account number. If the data is the 1st c...
- 5 years ago
Jorgast , Previous date as a new column
MAXX(Filter(Case, Case[ID] = EARLIER(Case[ID]) && Case[Created_Date] <earlier(Case[Created_Date])),Case[Created_Date])
amitchandak
Super User
5 years agoJorgast , Previous date as a new column
MAXX(Filter(Case, Case[ID] = EARLIER(Case[ID]) && Case[Created_Date] <earlier(Case[Created_Date])),Case[Created_Date])