Forum Discussion
Anonymous
9 years agoNot applicable
Last Date with Filter DAX
Hello There, I am wondering if I should be using power BI to calculate my last date based on certain condition. For ex: I have a below table: Batch Name| Process Name| Status | last s...
Karolina411
2 years agoHelper V
I am working on a similar problem but need to identify the NAME by substring as they contain the date in the Name too but it is not working: (the goal is to display the date)
Meridian Membership = CALCULATE(Max('JHNMeridian'[Date created]),FILTER('JHNMeridian',[Name] in {"Membership"}))