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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have two tables. One has a list of companies with some other columns associated to each company, and the second one has only one column with categories.
I would like to create a third table, where table 1 is repeated for each category in table 2. Something like this
Any idea how can I do that?
Thank you in advance
Solved! Go to Solution.
Hi @Anonymous ,
Try to use function CROSSJOIN() between these two tables.
Hi @Anonymous ,
Try to use function CROSSJOIN() between these two tables.
Great, it worked. Thanks