Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
Is there a way that I can transpose Measures/columns within a table that I have created using DAX?
For example:
Month | Number of Unemployed | Month-on-Month Change in Number of Unemployed (DAX) | Month-on-Month % Change in Number of Unemployed (DAX) |
October 20 | 670 | 25 | 4% |
November 20 | 675 | 5 | 1% |
December 20 | 670 | -5 | -1% |
January 21 | 665 | -5 | -1% |
Can I transpose this to:
Month | Oct-20 | Nov-20 | Dec-20 | Jan-21 |
Number of Unemployed | 670 | 675 | 670 | 665 |
Month-on-Month Change in Number of Unemployed (DAX) | 25 | 5 | -5 | -5 |
Month-on-Month % Change in Number of Unemployed (DAX) | 4% | 1% | -1% | -1% |
I would be very grateful for any suggestions anybody has.
Many thanks
Solved! Go to Solution.
@jamdale97 - See if you can use this: https://community.powerbi.com/t5/Quick-Measures-Gallery/TRANSPOSE/m-p/630229#M314
@jamdale97 - See if you can use this: https://community.powerbi.com/t5/Quick-Measures-Gallery/TRANSPOSE/m-p/630229#M314
@Greg_Deckler Thank you for your reply, although I am a bit lost. Is this solution mainly for 4x4 tables, as my table is larger than that?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |