Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello,
I want to create a new column (Role_Order) in the existing table connected via import mode in Power BI.
The new column should have serial number, but it should start with 1 for every unique email and fill the series down. Is there any way to do it in power query editor.
Any suggestion/ idea would be great help!
| Dept_ID | Role_Order | |
| user1@company.com | AAA | 1 |
| user2@company.com | EEE | 1 |
| user2@company.com | BBB | 2 |
| user3@company.com | CCC | 1 |
| user3@company.com | DDD | 2 |
| user3@company.com | HHH | 3 |
Solved! Go to Solution.
@Abilaash98 , refer these approches
https://www.youtube.com/watch?v=7ypdbuCeBtk
https://www.youtube.com/watch?v=7CqXdSEN2k4
@Abilaash98 , refer these approches
https://www.youtube.com/watch?v=7ypdbuCeBtk
https://www.youtube.com/watch?v=7CqXdSEN2k4
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 20 | |
| 18 | |
| 14 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 41 | |
| 30 | |
| 24 |