Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I have a Projects Table with 60 projects.
I have a Status table with multiple status's per project. These status's have a date, and a RAG and some text.
In the summary table, I only want to show 1 status per project, the latest one according to a Week Ending field ... BUT ... the weekending data could be different for each project so it can't be used as the Top N filter.
Found a few ways to do this with Numbers ... but not using text ... am I missing something. Surely I should just be able to so, put the latest status in the table?
Hi @Aedmunds
You can use LASTDATE() function to calculate the latest date, then can use MAXX() function to find the max value, you can refer to the following link.
LASTDATE function (DAX) - DAX | Microsoft Learn
MAXX function (DAX) - DAX | Microsoft Learn
If the suggestion above cannot help you, can you provide some sample data or the expected output you want?
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks Yolo, but I don't believe this will work as I need not just one latest date, but all of them for each project, and each date will potentially be different.
Hi,
Share some data in a format that can be pasted in an MS Excel file and show the expected result.