cancel
Showing results for 
Search instead for 
Did you mean: 
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-ljerr-msft
Microsoft
Microsoft

Hi @Betigolo,

 

In your scenario, you should be able to use the Unpivot Column option in Query Editor to unpivot the Course columns to get your expected result. For more details about how to Pivot and Unpivot with Power BI, you can refer to this article. Smiley Happy

 

Regards

View solution in original post

2 REPLIES 2
v-ljerr-msft
Microsoft
Microsoft

Hi @Betigolo,

 

In your scenario, you should be able to use the Unpivot Column option in Query Editor to unpivot the Course columns to get your expected result. For more details about how to Pivot and Unpivot with Power BI, you can refer to this article. Smiley Happy

 

Regards

Many thanks..... so easy and clear. Awesome

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors