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
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