The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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