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
migueljoa
Frequent Visitor

Help with this Powerquery Puzzle!

I have a table with the following columns:

[Date] [BalTerm1] [BalTerm2] [BalTerm3] [Rate1] [Rate2] [Rate3]

 

I want it to look like this:

[Date] [Term] [Balance] [Rate]

             1          

             2

             3

1 ACCEPTED SOLUTION
migueljoa
Frequent Visitor

Solved it!

 

  1. Unpivot Term Columns
  2. Unpivot Rate Columns
  3. The result will be a matrix that repeats all combinations of Term and Rate
  4. Replace text to match Rate attribute to Term Attribute
  5. Create a column to find attributes that are the same
  6. Remove rows that are not a match
  7. Rename columns properly and remove the new row created.

 

View solution in original post

1 REPLY 1
migueljoa
Frequent Visitor

Solved it!

 

  1. Unpivot Term Columns
  2. Unpivot Rate Columns
  3. The result will be a matrix that repeats all combinations of Term and Rate
  4. Replace text to match Rate attribute to Term Attribute
  5. Create a column to find attributes that are the same
  6. Remove rows that are not a match
  7. Rename columns properly and remove the new row created.

 

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.

Top Solution Authors
Top Kudoed Authors