Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |