Forum Discussion
Create a new table using measures from a different table
- 1 year ago
tl;dr; - Using "Unpivot" in Power Query was the key to what I needed. Steps are
- Select columns
- Unpivot those columns
- Clean up data.
Full answer:
Thank you to the people who answered. My original table is far more complicated than I indicated in my original question. So using Transpose (per answer #1 above) created more problems than it solved. It did not Transpose in a way that was helpful to me and I got stuck.
I'm enough of a newbie that I needed some hand-holding and I found some people in my workplace to help.
I selected the 4 "score" columns in my table, and then did "Unpivot", which transposed the data just from those columns. I then cleaned up the data via Replace Value, ie changed the value from "2021 Score" to "2021".
The team then showed me how to create a simple bar chart with the 2 new columns that resulted from the unpivot and voila!
tl;dr; - Using "Unpivot" in Power Query was the key to what I needed. Steps are
- Select columns
- Unpivot those columns
- Clean up data.
Full answer:
Thank you to the people who answered. My original table is far more complicated than I indicated in my original question. So using Transpose (per answer #1 above) created more problems than it solved. It did not Transpose in a way that was helpful to me and I got stuck.
I'm enough of a newbie that I needed some hand-holding and I found some people in my workplace to help.
I selected the 4 "score" columns in my table, and then did "Unpivot", which transposed the data just from those columns. I then cleaned up the data via Replace Value, ie changed the value from "2021 Score" to "2021".
The team then showed me how to create a simple bar chart with the 2 new columns that resulted from the unpivot and voila!