Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in BI by (11.1k points)

I had an matrix visulization with multiple columns such as 

ProjID ProjName Budget Proj_Status project_duration

and l want to sort them,How can I do this?

1 Answer

0 votes
by (22.5k points)
edited by

Use the following measures

= Table.Sort(#"Reordered Columns1",{{"OrdersCount", Order.Descending},{"OrderDate", Order.Descending}})

{{"1st_Sorted_Column_Header",Order.Ascending},{"2nd_Sorted_Column_Header",Order.Descending},{"3rd_Sorted_Column_Header",Order.Descending}} 

Check out the Power BI Developer blog to know how to become one.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Dec 28, 2020 in BI by Chris (11.1k points)
0 votes
1 answer

Browse Categories

...