View the original community article here
Last tested: Jun 18, 2020
When we have data along a diagonal and we want to display it in a single column, we can use table calculations to do this!
pivot_index(index(${users.count},max(row())-row()+1), row())
This content is subject to limited support.