Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi everyone! I need your help about combine 2 table without same column.
I have a table 1 (Calendar table) and Table 2 (List of Product).
I would like to build a table with, for every row in table 1 complete list of row in table 2.
Example :
Table 1
Col 1|Col2
01/01/2020|True
02/01/2002|False
03/01/2020|False
Table 2
Col 1
Item_1
Tem_2
Item_3
Result
Table1.Col 1|Table1.Col 2|Table2.Col 1
01/01/2020|True|Item_1
01/01/2020|True|Item_2
01/01/2020|True|Item_3
02/01/2020|False|Item_1
02/01/2020|False|Item_2
02/01/2020|False|Item_3
03/01/2020|False|Item_1
03/01/2020|False|Item_2
03/01/2020|False|Item_3
Thanks in advance
BR
Danilo
Solved! Go to Solution.
Hi @danilomorganti ,
I've created this file as an example: Download PBIX
If you consider it as a solution, please mark as a solution and kudos.
Ricardo
Hi @danilomorganti ,
I've created this file as an example: Download PBIX
If you consider it as a solution, please mark as a solution and kudos.
Ricardo
Thank you very much! It's work!
BR
Danilo
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |