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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I have a table of thousands of records with the only 'unique' identifier being the company id. I am trying to merge this table with another table with the same company ID's, but I cannot because my CService dataset contains some company ID's more than once due to a company being able to have multiple services, service levels, start/end dates. Still confused on this because regardless it's still a unique identifier... Anyways, how I can transform or set up my data so regardless of the number of things these companies have, I can view everything as a single company? Here is a screenshot of what I mean:
Solved! Go to Solution.
Hi @Anonymous,
You can add an index column to work as unique identifier. Alternatively, since a single column cannot identify records uniquely, you can combine two or more columns to generate a unique column. For example, Column=[service]&[co], "CBIZ EMS 16242" and "Payroll 16242".
Regards,
Yuliana Gu
Hi @Anonymous,
You can add an index column to work as unique identifier. Alternatively, since a single column cannot identify records uniquely, you can combine two or more columns to generate a unique column. For example, Column=[service]&[co], "CBIZ EMS 16242" and "Payroll 16242".
Regards,
Yuliana Gu