Cant move columns within a table in looker studio

I am making tables from the data i have imported from google analytics but i am unable to the change the order of the columns in the table.I cannot rearrange the order of the column in the generated table

Redingote_Gersi_0-1718811023027.png

this is how the table looks i want to rearrange the columns. 

@Hec @nehanene

0 1 383
1 REPLY 1

@Redingote_Gersi 

I believe your concern is about sorting columns order by some default range.
While it is not doable to manuallyy select an order of columns you can play withh CASE formula renaming them innto a certain order for example adding a number or a letter before theh name.
Something like 

Case

when "field" = Z then 1. Z
when "field" = A then 2. A

end

This way whehn you sort your pivot table column by dimension ascending you shhould acchhieve thhe desired goal.