Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
PijushRoy
Super User
Super User

Table sort by two column, Date and Amount, 1st Latest Date then Largest Amount

Hi Team,

I have a default table visual and I need to by dault sort by two column. Date and Amount, 1st Latest Date then if date is same again sort by Largest Amount.

 

For Example 
Debtor / Amount / Order Date
A/10000/31.12.2022

B/1000/06.10.2022
M/5000/31.12.2022

 

Output Require

Debtor / Amount / Order Date
A/10000/31.12.2022
M/5000/31.12.2022

B/1000/06.10.2022

Please suggest




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

In the Table visual, use th shift key to sort by multiple columns.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

5 REPLIES 5
CNENFRNL
Community Champion
Community Champion

Simple enough

CNENFRNL_0-1661620097548.png


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Ashish_Mathur
Super User
Super User

Hi,

In the Table visual, use th shift key to sort by multiple columns.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

An evident limitation is all selected columns are sorted in either asending or descending order only.


Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension!

DAX is simple, but NOT EASY!

Hi,

It should be automatic when user opening the report (default view)




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





So what happens when you try my solution?  Does the sorting not stay as is when you open the file?


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors