Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi,
I have a requirement where we want to create table and columns based on the values in another column as explained below:-
Table1:-
ProjectName Col1 ValueForCol
Prjct1 R1C1 P1R1C1
Prjct1 R2C1 P1R2C1
Prjct2 R3C1 P2R3C1
Prjct2 R4C1 P2R4C1
Can someone help on this?
We want to create table as below:-
ProjectName R1C1 R2C1 R3C1 R4C1
Prjct1 P1R1C1 P1R2C1 Null Null
Prjct2 Null Null P2R3C1 P2R4C1
Solved! Go to Solution.
@Anonymous
Using Query Editor you can pivot Col1 using ValueForCol as "Values"
In the advanced options select "Dont Summarize"
@Anonymous
Using Query Editor you can pivot Col1 using ValueForCol as "Values"
In the advanced options select "Dont Summarize"
Thanks a lot! It worked!!
But if we want to have pivot based on two columns value then do we have that option in Pivot?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 76 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |