Forum Discussion
juddin
1 year agoNew Member
students migration by multi-level sankey graph
I have shared a sample data of students major migration. How can I organize this given data and create sankey graph on power Bi? seeking your help. thank you. ID TERM Major 1 2020 Lite...
- Anonymous1 year ago
Hi juddin ,
When creating a Sankey diagram in Power BI, you need to prepare a data table that contains these fields. For example, if you are tracking students' major migration, your data table might need to contain the students' IDs, their original majors (source), the majors they transferred into (destination), and the number of students who migrated in each semester (weight).
I did the following with the data you provided and create below measure, then created a Sankey chart based on it.Migration Weight = COUNTROWS('Test')Best Regards,
Adamk KongIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
MNedix
1 year agoSolution Sage
Then just watch that YT video and you should be alright.