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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply

Number Sequence 1, 10, 2, 3, 4, 5, ... instead of 1, 2, 3, 4, 5, ... 10, 11, ....

Hi Community, I want my numbering sequence to be 1, 2, 3... instead of 1, 10, 2, 3.. how to address this issue simplest way possible or the many alternatives? Thank you

irfan_abdrhman_0-1714623551911.png

 

2 REPLIES 2
aduguid
Resolver I
Resolver I

You could create calculated columns like the following:

Supplier Sort = VALUE(SUBSTITUTE([SUPPLIER_NAME], "SUPPLIER ", "")  )
lbendlin
Super User
Super User

If you want to sort your text column differently you need to introduce a sort column.  Read about "Sort one column by another column".

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors