How can i sort the visual by two columns at one time?? I have already tried by using calculated field and have also tried by creating separate column rank in my table
@deelasha please refer this community post - Sorting by multiple columns for sorting multiple columns using rank function
@DeepakS I have already tried that option. I need to sort by member_id and pathway and if i apply that rank it will only sort by member_id not by pathway. I tried to concat member_id and pathway and make a separate column as rank in backend itself a sort by that column rank in frontend but the problem is some of the same member_id gets splited in between(here splitted means in between of same memberid other memberid came between them). i need same member_id continuously in pathway order for all member_id.
@deelasha , in that case use the denserank function denseRank - Amazon QuickSight. Let me know if this doesn’t work for your use case.