Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a table that has multiple rows For example
Location Id, Iteration Name, Start Date
I can have Several Iteration names taht have the same start Date, I would like to sort the iterations on start date but when I try to sort by colum it does not let me sort them becasue start date is unique. I also have a filter that changes the availalbe iteration names by location ID.
So is there a way to sort these?
Solved! Go to Solution.
Hi @mwnance,
You can extract the current field value to a new table and distinct them into unique values, then you can add an index column to that table and set 'sort by column' propety based on the index field.
After these steps, you can link to the raw table fields and use them on the slicer, these custom sort orders will be applied on the slicer.
Regards,
Moonlight
Hi @mwnance,
You can extract the current field value to a new table and distinct them into unique values, then you can add an index column to that table and set 'sort by column' propety based on the index field.
After these steps, you can link to the raw table fields and use them on the slicer, these custom sort orders will be applied on the slicer.
Regards,
Moonlight
Hi @mwnance , create a day number on your table using Power Query and from there, you can sort it by start date.