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.
Hi Everyone,
I have a scenario, I have multiple countries each country having multiple States. I need to create serial number column for states in each country. attaching sample data below.
Country | States |
India | AP |
India | Karnataka |
India | Tamilanadu |
India | UP |
USA | Arizona |
USA | Colorado |
USA | Florida |
USA | Montana |
USA | Maine |
Attaching expected out put.
Country | States | Serial No |
India | AP | 1 |
India | Karnataka | 2 |
India | Tamilanadu | 3 |
India | UP | 4 |
USA | Arizona | 1 |
USA | Colorado | 2 |
USA | Florida | 3 |
USA | Montana | 5 |
USA | Maine | 4 |
Please help me out on this.
Thanks,
Bala.
Solved! Go to Solution.
you can try this to create a column
Proud to be a Super User!
you can try this to create a column
Proud to be a Super User!
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
182 | |
81 | |
64 | |
46 | |
41 |