Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Team,
I'm trying to import values from Notes table using lookup value function in to Main table, but the dataset has multiple values.
And now the interesting thing is I would like to see all the values from the Notes table(not the last one/first one).
Notes
Main
New Table
Solved! Go to Solution.
You can not add more rows in your main Table via a calculated column.
However you can do something like this (assuming 2 tables are related by ID Column)
Calculated Column = CONCATENATEX ( RELATEDTABLE ( NotesTable ), NotesTable[Note], ", " )
You can not add more rows in your main Table via a calculated column.
However you can do something like this (assuming 2 tables are related by ID Column)
Calculated Column = CONCATENATEX ( RELATEDTABLE ( NotesTable ), NotesTable[Note], ", " )
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 59 | |
| 51 | |
| 46 |