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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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 III
Resolver III

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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