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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Betigolo
Helper I
Helper I

matrix to table help

Hi,

 

I need your help.

 

How to transform the following table:

 

Name  |  Course1 | Course 2 | Course 3|

A         |  YES        |    YES       | NO         |

B         |   NO        |    NO       |  YES       |

C         |   NO        |     YES     |   NO       |

 

In to :

 

Name   |  Course     | mandatory

A          |   Course1  |    YES

A          |   Course2  |    YES

A          |  Course 3  |    NO

B          |  Course 1  |    NO

B          |  Course 2  |    NO 

B          |   Course 3 |    YES

         |   Course 1 |    NO

C          |   Course2  |    YES

C          |  Course 3  |    NO

 

Or

 

Name   |  Course     | mandatory

A          |   Course1  |      YES

A          |   Course2  |     YES

 

B          |   Course 3 |      YES

C          |   Course2  |     YES

 

 

Or

Name   |  Course     | 

A          |   Course1  |      

A          |   Course2  |     

B          |   Course 3 |      

C          |   Course2  |     

 

Many thanks for your help

1 ACCEPTED SOLUTION
v-chuncz-msft
Community Support
Community Support

@Betigolo,

 

You may right click Name column and select Unpivot Other Columns in Query Editor.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Betigolo,

 

You may right click Name column and select Unpivot Other Columns in Query Editor.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.

Top Solution Authors