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,
I need to add additional columns to MainTable to add FYDetails for the four columns shown below. If it was in excel I'd do a vlookup to pull the details through. I'm not sure what the best approach would be to merge the tables or to use relatedtable function or something different.
MainTable
FiscalCalTable
Many thanks in advance 😃
Solved! Go to Solution.
Hi @Shelley-Baynton ,
Please try the LOOKUPVALUE function.
For example,
MainTable
FiscalCalTable
There's no relationship between tabls. Create a calculated column in MainTable.
Column = LOOKUPVALUE('FiscalCalTable'[String],FiscalCalTable[Date],'MainTable'[Date])
LOOKUPVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Shelley-Baynton ,
Please try the LOOKUPVALUE function.
For example,
MainTable
FiscalCalTable
There's no relationship between tabls. Create a calculated column in MainTable.
Column = LOOKUPVALUE('FiscalCalTable'[String],FiscalCalTable[Date],'MainTable'[Date])
LOOKUPVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |