Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Proud to be a Super User! | |
Solved! Go to Solution.
Hi,
In the Table visual, use th shift key to sort by multiple columns.
Simple enough
| 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,
In the Table visual, use th shift key to sort by multiple columns.
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)
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?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.