Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have a dataset similar to the below. All I want to do is create a data table that will only display the Program, Version and Date. The end-user only wants to see most recent version. I can easily do this if I do not include the version as I can display most recent date. The problem arises when I want to include the version number. It is free text so I have a PROGID and Program to align it with but will show everything (every version and associated date). Is there a column or measure I can write to only show Program, and Most recent date w the associated version? So instead of all three ABC versions displayed below, I would just display version C with 3/1/2022.
| Program | PROGID | Version | Date |
| ABC | 1 | a | 1/1/2020 |
| ABC | 1 | b | 2/1/2021 |
| ABC | 1 | c | 3/1/2022 |
| EFG | 2 | a | 1/1/2020 |
| EFG | 2 | b | 2/1/2021 |
| EFG | 2 | c | 3/1/2022 |
| HIJ | 3 | a | 1/1/2020 |
| HIJ | 3 | b | 2/1/2021 |
| HIJ | 3 | c | 3/1/2022 |
Solved! Go to Solution.
Hello, you can use a measure to calulate the latest date for the Version. Navigate to modelling tab, and then New Measure. In the formula bar enter this formula
Hi,
Please find attached the PBI file.
Hope this helps.
Thanks. Disregard other message. Got it to work. I accepted this as a solution but dont see it anymore. Not sure if it registered. Thanks again.
You are welcome.
Hello, you can use a measure to calulate the latest date for the Version. Navigate to modelling tab, and then New Measure. In the formula bar enter this formula
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 63 | |
| 41 | |
| 39 | |
| 38 | |
| 38 |