Forum Discussion
Spooner
10 years agoNew Member
Quartlery Data
Hello everyone, I am a brand new user of PowerBI and have been experimenting wtih the platform for the last few days, so please excuse me if this question is rudimentary. I have spent conside...
Eric_Zhang
10 years agoMicrosoft Employee
To apply the quarters to X axis, you can follow below steps.
- Click edit query
- Select the 6 columns and unpivot
- Close the edit queries window and apply the change. In the powerbi desktop window, create a new column.
Quarter = CONCATENATE( RIGHT('table'[Attribute],4), LEFT('table'[Attribute],2)) - Done
If you have any question, feel free to let me know.