Transform table with Pivot Table, DAX formula

Fractalis

Active Member
Joined
Oct 11, 2011
Messages
310
Office Version
  1. 2019
Platform
  1. Windows
Hello to all,

I'm new with Pivot Tables, DAX formulas and I want to know if it is possible to get the output desired with PT, Power Pivot, DAX etc.

I'm using Excel 2016.

This is my input Table:

DESCRIPTIONVALUE
STAGE1
ID0
NAMEJFMSC
TYPEMLRR
DFRULP1
ADDR1001
RRULP1
SPRRTRUE
ISGALWFALSE
ISUTWDFALSE
STAGE1
ID2
NAMEPLLSJS
TYPEMLRR
DFRULP1
STAGE1
ID4
NAMEAAAARR
TYPEMLRR
DFRULR2
ADDR3553
RRULP1
SPRRFALSE
ISGALWFALSE
ISUTWDFALSE
ADDR66444
RRULP1
SPRRFALSE
ISGALWFALSE
ISUTWDFALSE
ADDR890087
RRULP1
SPRRFALSE
ISGALWFALSE
ISUTWDFALSE
STAGE1
ID0
NAMEPPROOA
TYPERRHN
DFRULP1
ADDR7034
RRULP1
SPRRFALSE
ISGALWFALSE
ISUTWDFALSE

<tbody>
</tbody>


And this is the output I'd like to obtain:

STAGEIDNAMETYPEDFRULADDRRRUL
10JFMSCMLRRP11001P1
12PLLSJSMLRRP1
14AAAARRMLRRR23553P1
66444P1
890087P1
10PPROOARRHNP17034P1

<tbody>
</tbody>

Is possible or only with VBA macro?

Thanks in advance
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Thanks so much for the links shared. Have helped me.

Best regards
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,172
Members
448,870
Latest member
max_pedreira

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top