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 have schood data that summarises the column named 'Number of Students' as number values - See below table:
School ID | Year | Semester | Year Level | Assessment Results | Number of students | Assessment Criteria Name |
2 | 2016 | 1 | Year 1 | E | 7 | Reading and viewing |
4 | 2017 | 2 | Year 2 | A | 105 | Reading and viewing |
7 | 2018 | 3 | Year 3 | C | 170 | Reading and viewing |
5 | 2019 | 4 | Year 4 | B | 58 | Reading and viewing |
I want to create new rows for each number of students identified in the cell 'Number of new students'.
Example: If 'Number of new students' cell is '58' then create '58' new row instances of that cell.
The goal is to result in a single row for 1 student. Hence... 1 row represents 1 student.
Appreciate the help!
Thanks,
Theo.
Solved! Go to Solution.
Managed to resolve it by following the below steps.
Step 1 - Create cutom column
Step 2 - Split column by Delimiter
Managed to resolve it by following the below steps.
Step 1 - Create cutom column
Step 2 - Split column by Delimiter