Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 38 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 30 | |
| 26 | |
| 25 |