0

Is there a way in Daxstudio to sort table without specifying column name? This does not work:

EVALUATE
MyTable
ORDER BY 1

I am looking for the equivalent of SQL:

select * from MyTable
order by 1 
Przemyslaw Remin
  • 6,276
  • 25
  • 113
  • 191
  • 1
    I doubt there's an equivalent to [Order By 1 in SQL](https://stackoverflow.com/questions/3445118/what-is-the-purpose-of-order-by-1-in-sql-select-statement) in DAX, especially considering it's not considered good practice. – Alexis Olson Apr 08 '21 at 20:18
  • Maybe it is not a good practice in production plumbery but it is the quickest shot if you just want to explore the values of several columns of a table and have them sorted. – Przemyslaw Remin Apr 09 '21 at 13:40

0 Answers0