Load the survey data from Excel into Power BI and click Transform data to open Power Query Editor. Then transform the data to get your expected output.
You can create a blank query and open Advanced editor, then paste below codes to replace the default one to check the steps. Also attach the pbix for your reference.
Hi Shruthi_21 I'd suggest to unpivot the table so you have columns of strength and category. Once you do that it should be fairly easy to aggregate them into a matrix.
Load the survey data from Excel into Power BI and click Transform data to open Power Query Editor. Then transform the data to get your expected output.
You can create a blank query and open Advanced editor, then paste below codes to replace the default one to check the steps. Also attach the pbix for your reference.