This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello community,
i have 2 tables ALPHA & BETA.
ALPHA hosts projects and each line represent a single update in a project, thus this table has duplicate project codes.
BETA hosts unique projects.
All i want is to fill BETA table with the data from ALPHA table and i want for each project code to take the line with highest cycle and as a result the latest updated date and fill it in BETA.
ALPHA TABLE
BETA TABLE
Thanks in advance
Solved! Go to Solution.
Well, you could make an additionaly column, that indicates the latest cycle in the ALPHA TABLE as so:
In the BETA table you can add a coulumn, that does a lookup on the project AND where it says "latest" as so:
Repeat this last step for the other columns you need.
Is the BETA table how you want the data to look? Or is that how the data looks now?
Are you looking to do it as calculated columns or is a measure also an option?
the BETA exists already. i want to add new columns "Cycle", "Effort" & "Latest Update" with info from ALPHA so the table looks like the picture i posted.
I would prefer as calculated column if possible.
Well, you could make an additionaly column, that indicates the latest cycle in the ALPHA TABLE as so:
In the BETA table you can add a coulumn, that does a lookup on the project AND where it says "latest" as so:
Repeat this last step for the other columns you need.
Thank you!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |