Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Column Order in Matrix Table

Hi,

I am visualizing the data using the matrix table from native MS visuals. See the screenshot below.

 

You see the columns named (anonymized) "a" to "f". The order is automatically determined by PBI. However, I would like to see the columns (let's say) "d" to be the first one, no matter what. If "d" is the first one (reference column), it would make the comparison of the total at the bottom easier for me. 

 

I tried to sort the column names in the dataset in descending order and then index them. However, the column name involves the duplicates since I have unpivoted certain columns in the dataset. Hence, sorting by index column does not work (the error is that different indexes could not be assigned to the same column names: duplicates).


Any ideas on how to deal with that?