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.
Hi, I have two tables and I merged both. But when I merged the results return in ascending order,
Table 1
Table 2
When I merged the colunms by the "Chave" the expected result is "911,228,843", but the result appears in ascending order:
Merged Table:
Anybody can help me to put in a original order?
Thanks.
Solved! Go to Solution.
Hi,
Thanks fot watkinnc's concern about the problem and i want to offer some more information for user to refet to.
hello @VRMENDESadq , based on the picture you have offered, is the data type of your result column number? you can try to change the data type of the result column to number, then combine it to the table 1.
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.
after merging initially use Text.Split to split text into several text and then use list.sort to sort them and use Text.combine to convert the list to text
after merging initially use Text.Split to split text into several text and then use list.sort to sort them and use Text.combine to convert the list to text
Hi,
Thanks fot watkinnc's concern about the problem and i want to offer some more information for user to refet to.
hello @VRMENDESadq , based on the picture you have offered, is the data type of your result column number? you can try to change the data type of the result column to number, then combine it to the table 1.
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.
What code are you using for this merge?
--Nate
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 |
---|---|
17 | |
9 | |
8 | |
7 | |
7 |