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.
Hi, I am trying to add new column to my table that serve as Employee ID since there is no in the data.
The only problem is that name repeats multiple times because of data. I know how it can be done if I dublicate table and remove other columns and dublicates.
But I was hoping it can some how be done without needing to do that. Maybe some conditional column.
Thanks.
Solved! Go to Solution.
Hi @Justas4478 ,
you can group your data by Employee name, and before expanding, add an index column. then expand.
I attached a sample file
Hi @Justas4478 ,
you can group your data by Employee name, and before expanding, add an index column. then expand.
I attached a sample file