Jan
30
Creating Sankey Chart with Sorting/Grouping
[Click here to find all my Sankey Chart series]
Sankey charts have many use cases. One of the users asked me how to sort the output/target, group those smaller outputs on the right side in a single category named Others and only keep the top few. That makes sense because they are of lesser importance and it helps viewers focus on the bigger outputs. There we go with a custom design template for the use case.
Here are the steps:
1.Download and open the template workbook
2.Add your data source and UNION it with itself.
3.Rename two dimensions as Source and Target. And rename one measure as Size.
Note that in Sankey chart, we may interchangeably use Source/Target, Input/Output, Left/Right to refer to the same two dimensions on both sides of the chart.
Sankey charts have many use cases. One of the users asked me how to sort the output/target, group those smaller outputs on the right side in a single category named Others and only keep the top few. That makes sense because they are of lesser importance and it helps viewers focus on the bigger outputs. There we go with a custom design template for the use case.
Here are the steps:
1.Download and open the template workbook
2.Add your data source and UNION it with itself.
3.Rename two dimensions as Source and Target. And rename one measure as Size.
Note that in Sankey chart, we may interchangeably use Source/Target, Input/Output, Left/Right to refer to the same two dimensions on both sides of the chart.