Hello,
I am new to Power BI and would like help with this scenario I am not able to solve
The data that I have is as follows
ID | Title | Team | Application | ChangedDate |
1 | Data1 | T1 | 8/30/2016 9:13:30 AM | |
1 | Data1 | T1 | A1 | 8/30/2016 10:33:40 AM |
1 | Data1 | T2 | A1 | 9/1/2016 7:53:30 PM |
2 | Data2 | 8/30/2016 9:23:30 AM | ||
2 | Data2 | T3 | A3 | 9/1/2016 2:53:30 PM |
What I would like to display in the report is only these rows that corresponds to the Max Changed Date
ID | Title | Team | Application | ChangedDate |
1 | Data1 | T2 | A1 | 9/1/2016 7:53:30 PM |
2 | Data2 | T3 | A3 | 9/1/2016 2:53:30 PM |
Thanks for your help in advance,