Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello! I have 3 columns in a table. First column is Order, Second is Regions and Third is Regions groups (I have grouped US East, West, Central and National as US All Entities). Now, when I try to sort the data by First Column "Order". It's not letting me to sort the data. I want to sort the data by Order.
.Table - I want to sort the data by Order
Error
Solved! Go to Solution.
You can't sort that as there multiple orders values for US All Entities for that create another column for each reporting region group assign unique number in that column
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Hi,
Thanks for the solution @mh2587 provided, and i want to offer some more informaiton for user to refer to.
hello @utkarshsingh3 , based on your description, you can create a new table.
Table 2 = SUMMARIZE('Table',[Reporting Region(groups)],"Order",MIN('Table'[Order]))
Then click the group column and select sort by order in the new table, and create a relationship between tables.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You can't sort that as there multiple orders values for US All Entities for that create another column for each reporting region group assign unique number in that column
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
its not happening...I tried giving order for reporting groups. Can you please advise?
Hi,
Thanks for the solution @mh2587 provided, and i want to offer some more informaiton for user to refer to.
hello @utkarshsingh3 , based on your description, you can create a new table.
Table 2 = SUMMARIZE('Table',[Reporting Region(groups)],"Order",MIN('Table'[Order]))
Then click the group column and select sort by order in the new table, and create a relationship between tables.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |