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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
The requirement is, i have 3 tables with 3 different columns and now i have to use those 3 columns in a new measure
i am unable to merge those 3 columns getting data as null and merging is not happening
Table 1 - FinancialKPI
Table 2 - Project custom
Table 3 - Gate
Now i need to bring 2 columns from Project custom[Approved Gate], Gate[Value] to FinancialKPI table? Any suggestion please
final output i have to achieve by merging 3 tables but not able to merge those columns due to not matching columns
- CALCULATE(SUM(FinancialKPI[Y1]),FILTER(FinancialKPI,FinancialKPI[KPIName]=
"Net Sales [Project Currency]" && FinancialKPI[Approved Gate] = FinancialKPI[value]))
Thanks
Solved! Go to Solution.
Hi @Anonymous ,
If you do not matcing columns and want to combine columns, try adding an index column to each table in Power Query as shown below:
Then you can merge by index column:
At last, you can merge 3 tables 3 columns:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
If you do not matcing columns and want to combine columns, try adding an index column to each table in Power Query as shown below:
Then you can merge by index column:
At last, you can merge 3 tables 3 columns:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Can any help me Please.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.