Forum Discussion
Switch groups in 100% Stacked chart
- 9 years ago
There sure is. Just add a new column to your table that will control the sort order of your Legend column
So please add the following column
Legend Sort = IF('mytable'[Legendcol] = 'Y' , 0 , 1 )Then specify the sort order of your existing column to use this new column using the Sort By Column feature
Oh ok, it looks like you can't then. I haven't come across that. I take it you have another Y/N column in your table?
Perhaps just create some more sorting columns (which you can hide)
Yes, I have two Y/N columns in the same table. Thank you for your trick for sorting one column, I'll definitely be able to use that elsewhere.
- GilbertQ9 years agoSuper User
Hi DHB,
As Phil_Seamark suggested create another SortBy Column for your additional column.
You can most definitely then use your additional SortBy column on your additional column.
- DHB9 years agoHelper V
I've got it now. I'd been creating sorting columns that referenced the column I wanted to sort. All working perfectly.
Thanks so much for your help.
DHB