How do I flip a data table 180 degrees?

Copper Contributor

I have a data table that I need to reverse the sequence of the rows so the bottom row becomes the top row. Can this be done without sorting on a specific column?

2 Replies
No, you can't, but you can add a new column that contains (1,2,3,....) and then sort all data depending on it.

@SSILVER31 , Here are a couple of options : First using the new dynamic array tables and the second using power query. See attached...