Hi,
How to show these numbers in percentage?
This is the original column in the power query source.
Thanks
Hi,
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.
Thanks a lot @pranamg my friend.