Forum Discussion
hueuro
2 years agoFrequent Visitor
metrix visual
hi how can i change the Colums , field the below
Anonymous
2 years agoNot applicable
Hi hueuro
You can not change the column directly in matrix, you can consider to create a new column in your table.
e.g You column name is type(for the value A.B.C), create a calculated column in the table.
Column =
SWITCH ( 'Table'[Type], "D", "B", "B", "C", "C", "D", [Type] )
Then put the new column to the matrix column.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.