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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Slicer Dropdown not sorting correctly

Hello,

 

My Dropdown does not adjust to my ranking (using "sort by column")

 

Anyone experiencing the same?

 

10.png20.png

 

1 ACCEPTED SOLUTION
Uzi2019
Super User
Super User

Hi @Anonymous 
Just append 1 2 3 4 in front of your value stream name.

Like below.

I have this data 

Uzi2019_0-1712139479526.png

 

I want to sort according my my prefrence.

I have created calculated column.

Sorting = SWITCH(TRUE(),
            WOW[Campaign Type]="SPONSORED_DISPLAY", "1.SPONSORED_DISPLAY",
            WOW[Campaign Type]="SPONSORED_PRODUCT","2.SPONSORED_PRODUCT",
            WOW[Campaign Type]="SPONSORED_BRAND_VIDEO","3.SPONSORED_BRAND_VIDEO",
            WOW[Campaign Type]="SPONSORED_BRANDS","4.SPONSORED_BRANDS"
            )
 
Uzi2019_1-1712139543890.png

 

 

take you calculated column in slicer. 

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

4 REPLIES 4
Uzi2019
Super User
Super User

Hi @Anonymous 
Just append 1 2 3 4 in front of your value stream name.

Like below.

I have this data 

Uzi2019_0-1712139479526.png

 

I want to sort according my my prefrence.

I have created calculated column.

Sorting = SWITCH(TRUE(),
            WOW[Campaign Type]="SPONSORED_DISPLAY", "1.SPONSORED_DISPLAY",
            WOW[Campaign Type]="SPONSORED_PRODUCT","2.SPONSORED_PRODUCT",
            WOW[Campaign Type]="SPONSORED_BRAND_VIDEO","3.SPONSORED_BRAND_VIDEO",
            WOW[Campaign Type]="SPONSORED_BRANDS","4.SPONSORED_BRANDS"
            )
 
Uzi2019_1-1712139543890.png

 

 

take you calculated column in slicer. 

 

I hope I answered your question!

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
Gabry
Super User
Super User

Index column is data type text or number?

Anonymous
Not applicable

It's currently a Decimal Number. The numbers are created using the "Index Column".

OK then I have no clue. Already tried to deselect the "industry portfolio" and reorder?

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.