Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I've a table A with an attribute field that must be expanded
every field has different number of record
and each record has 2 field (name, value)
I'm looking a method that create columns where the header is the value of NAME columns and value of VALUE column is used.
Some NAME values are common to all row of Table A, some Values are different. The differences are limitated.
the result columns must be:
PersonType, PersonTypeDescription, CREATED ON, USERSTATUS, Legal Employer Name, External Company, Contract Type, Business Unit, Job
Solved! Go to Solution.
Solved using "Pivot Column" transform method.
Pivot column: NAME
Values column: VALUE
without aggregation
Solved using "Pivot Column" transform method.
Pivot column: NAME
Values column: VALUE
without aggregation
User | Count |
---|---|
59 | |
59 | |
56 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
39 |