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
Hi, i have 2 columns from different tables and i want to combine row by row
i.e:
table1 column num : Table2 column letras
And i want my result like this:
Thank u for your help!
Solved! Go to Solution.
Hi @Anonymous ,
You can do it using DAX like (for a new table):
On Power Query, just create a custom column and use the table name as reference, if you have more columns use like:
TableName[Column] and just expand the list.
Hi @Anonymous
You can use DAX CROSSJOIN function to create a table
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
Or in Power Query just add a Custom column with the syntax like below.
= tablename[columnname]
Hi @Anonymous
You can use DAX CROSSJOIN function to create a table
https://docs.microsoft.com/en-us/dax/crossjoin-function-dax
Or in Power Query just add a Custom column with the syntax like below.
= tablename[columnname]
Hi @Anonymous ,
You can do it using DAX like (for a new table):
On Power Query, just create a custom column and use the table name as reference, if you have more columns use like:
TableName[Column] and just expand the list.
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 | |
| 63 | |
| 50 | |
| 45 |