The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi
I've set up a slicer that shows available options across multiple columns as below. This works as intended except that it is sorted alphabetically. I've looked up how to set up a separate table that orders each option and then merge the columns but it will only let me select 1 column to merge with. Due to the layout of my table(with a column listed for each option) i am unable to use this method to be able to sort the options how i'd like them.
Solved! Go to Solution.
Hello, you may create a new column which
SWITCH(TRUE(),
'Project Location'= ROM, 1,
'Project Location'= GS, 2,
'Project Location'= Other, 3)
after created the column, you may select the [Project Location] column and sort by column you just created.
Hope this can helps you.
Hi @Rednut,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Hello, you may create a new column which
SWITCH(TRUE(),
'Project Location'= ROM, 1,
'Project Location'= GS, 2,
'Project Location'= Other, 3)
after created the column, you may select the [Project Location] column and sort by column you just created.
Hope this can helps you.
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
83 | |
68 | |
49 | |
46 |