Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

matrix column transpose

 

I have a table like below

Name

Physics

Chemistry

Math

Class

Akash

87

78

90

10

Vikas

88

80

96

10

Avinab

89

89

98

11

Laxmi

88

88

97

11

 

“Name” is a column so I tried it with Matrix visualization to change it in column and it worked but since I’ve columns as Physics, Chemistry, Math in database I’m stuck at changing these values to Row level

I want to transform this in below form:

 

Name

Akash

Vikas

Avinab

Laxmi

Physics

87

88

89

88

Chemistry

78

80

89

88

Math

90

96

98

97

Class

10

10

11

11

 

When I’m trying pivoting it’s only taking one value suppose say its only pivoting first values as in like only class 10 values.

Can it be possible?

 

0 REPLIES 0

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.