Forum Discussion

ScottAllison's avatar
ScottAllison
Iron Contributor
Sep 20, 2018
Solved

Pivot sort

Using the "pivot" command, there doesn't appear to be a way to sort the columns... am I wrong?    For example: Table | project Column_A, SomeValue | where SomeValue > 0 | evaluate pivot(Column_...
  • Noa Kuperberg's avatar
    Noa Kuperberg
    Jan 13, 2020

    hdsheena , ScottAllison  - you can now use project-reorder to set the order you want, and if column names are not known (since the data set here is dynamic) you can use asc / desc.