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!View all the Fabric Data Days sessions on demand. View schedule
Hi,
I have 2 tables :
TABLE PROJECT
Project ID - Project Name-Project description
1-AA-kkkkkk
2-BB-oooooo
3-CC-iiiiiiiii
TABLE EVENT
Event ID - Event name-Project ID
1-xxx-1
2-yyy-1
3-zzz-3
I need to have a new table with all the projects and related events (even if no event)
Project ID-Event ID- Project Name
1-1-xxx
1-2-yyy
2-
3-3-zzz
I have tried to link the table (relation one to many) bu twe cannot see the projects without event.
And LOOK up formula in DAX gives the message "A table of multiple values was supplied where a single value was expected"
thank you very much for your support
Solved! Go to Solution.
Hi @azizdoghmi
You can link two tables by Project ID column (one to many) and set Project ID column to show items with no data.
Or you can build a new table by merge function in Power Query Editor.
Merge Project and Event Table by Project ID columns and join kind = left outer .
Result is as below.
You can download the pbix file from this link: Problem with lookup
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @azizdoghmi
You can link two tables by Project ID column (one to many) and set Project ID column to show items with no data.
Or you can build a new table by merge function in Power Query Editor.
Merge Project and Event Table by Project ID columns and join kind = left outer .
Result is as below.
You can download the pbix file from this link: Problem with lookup
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sorry I don't understand.
which formula in the measure?
how to join?
thks
@azizdoghmi , Simply Create a join on project id.
Create a measure, add +0 on that
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!