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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jz7ssr
Regular Visitor

Looping through table to create another one

Hi, I'm have a table which has been setup as follows:

 

PostCodeCompanyACompanyBCompanyCCompanyD
3015YesYesNoNo
3016NoYesNoYes
3017NoYesYesYes
3018NoNoYesYes

 

This unfortunately has company names as column headers and whether they operate or not in a particular postcode in thier own column.

 

To be able to work with it effectively, I want to transform it to the following where I loop through each row and column and add a row in the new table for each time a "Yes" is found, and then put the Company Name which is in the header and the postcode from the first column as the values.

CompanyPostCode
CompanyA3015
CompanyB3015
CompanyB3016
CompanyD3016
CompanyB3017
CompanyC3017
CompanyD3017
CompanyC3018
CompanyD3018

 

Is this possible?  I'm having trouble understanding how to use loop type functions using M Query or Dax or anything in PowerBi.

 

Thanks for any advice people can provide.

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

hi, @jz7ssr

You can use Unpovit Function in Edit Queries and then filter Value is Yes as below:

Step1:

Select Column CompanyA, CompanyB, CompanyC, CompanyD then click Unpovit Columns


6.PNG

7.PNG

Step2:

Filter the Value is "Yes"

9.PNG

Result:

8.PNG

 

Best Regards,

Lin

 

Community Support Team _ Lin
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

4 REPLIES 4
v-lili6-msft
Community Support
Community Support

hi, @jz7ssr

You can use Unpovit Function in Edit Queries and then filter Value is Yes as below:

Step1:

Select Column CompanyA, CompanyB, CompanyC, CompanyD then click Unpovit Columns


6.PNG

7.PNG

Step2:

Filter the Value is "Yes"

9.PNG

Result:

8.PNG

 

Best Regards,

Lin

 

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

Hi,

 

You un-pivot in the edit query window.

 

Go to the section "Unpivot; Turning Columns to Rows; Name, Values" in below link you will find the step by step process

 

http://radacad.com/pivot-and-unpivot-with-power-bi

 

 

Thankyou!  This does it all in one click, I was trying to write a complicated looping routine.

Perfect thanks.

Greg_Deckler
Super User
Super User

Yes, in Power Query, select your PostalCode column, right-click in select Unpivot other columns.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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