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 successful run
For each failed process for today, I want to show when was it ran successfully last time?
So basically find the last date where status for the process is passed.
I can have a batch and under batch, I will have 25 processes and I need to see the last successful date for the each process if is failed today.
I can do it at source by creating a view, but I don't want to include additional step tp cater this. It would be good if I can do it through DAX.
Any suggestions?