Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi All
How do i transpose rows to columns? Is there control to be bespoke about which columns I transpose?
I have 5 dimensions in 5 columns, D1 to D5. My 6th dimension (month) is displayed as 1 value per each column (Jan, Feb, Mar etc)
I want to transpose the Months so that they move to a new 6th dimension column (Month), and consequently a Values column will be created in the process to store my numbers...
How do I do this under the Edit query window? the "Transpose" doesn't allow a parameter to be selected to pick how to transpose. Pivot Column feels closer but it is the reverse that I want to do...essentially pivot a row.
does this make sense?
thanks
Solved! Go to Solution.
Select your month columns and unpivot? You can thing do a group by or aggregate the resulting columns in DAX measures. Not exactly sure of what you are looking to accomplish eventually, but if you have something like a "1" in one of those Month columns, then you could remove all other rows that do not have a "1" in the resulting unpivot column for value. Something like that might get you there.
Select your month columns and unpivot? You can thing do a group by or aggregate the resulting columns in DAX measures. Not exactly sure of what you are looking to accomplish eventually, but if you have something like a "1" in one of those Month columns, then you could remove all other rows that do not have a "1" in the resulting unpivot column for value. Something like that might get you there.
Yes! that's it. ![]()
Sorry - I couldn't find any user training on how to select and use the 'unpivot'.
Apologies if I missed it (I did search on Transpose) but can I please suggest posting a run through/lesson (with some data examples) on data structures in general, with the implication and the how to for both pivot and unpivot.
thanks for your help
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 40 | |
| 36 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 74 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |