How to display values inside the matrix in percentage %

Hi,


How to show these numbers in percentage?
This is the original column in the power query source.

Thanks

@MGadAllah - Create a measure for the column (SUM or AVERAGE as applicable) and wrap the measure in FORMAT DAX Function. Use this newly created measure in the Matrix Visual instead of the column.

2 Likes

Thanks a lot @pranamg my friend.

1 Like