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
Hi guys,
I'm looking for some help.
I have a training matrix and I would like to set a column to check for the higher level course and display that in a Superseded column.
E.g.
| Name | Course | Expiry | Superseded By: | Expiry Date |
| Joe Bloggs | Training Course Level 1 | 01/01/2024 | ||
| Dave Smith | Training Course Level 2 | 01/01/2024 | ||
| Joe Bloggs | Training Course Level 2 | 01/01/2025 |
With the above example Level 2 being the higher course I would like it to appear in the Superseded column and its own expiry date in the following column.
Any help would be most welcome!
Thanks
Solved! Go to Solution.
this is the output :
can you try this code and tell me if it works for you :
Thanks bud, I couldn't work out that in a month of Sundays so I've opted with a different, simpler solution I am able to manage, it's not as elequent as your solution by a long way.
So I created a 'Course Level' column that combines the name and the level number of the course:
Then a 'Higher Course Level' which looked at the course level comment and looks for the next level up course and name combo:
Hello @Blytm001 ,
in your example, you have 2 rows having training course level 2 with different expiry date,
so which one should appear ?
best regrads
Where you can see Joe Bloggs twice I would like his Level 1 training row to have the value for his Level 2 and its expiry.
this is the output :
can you try this code and tell me if it works for you :
Thanks bud, I couldn't work out that in a month of Sundays so I've opted with a different, simpler solution I am able to manage, it's not as elequent as your solution by a long way.
So I created a 'Course Level' column that combines the name and the level number of the course:
Then a 'Higher Course Level' which looked at the course level comment and looks for the next level up course and name combo:
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 19 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 43 | |
| 34 | |
| 30 |