Forum Discussion
Anonymous
3 years agoNot applicable
Group Month by Qtr
Hello, I have spend data for each months. So, I want to display the charts by quarter. However, I want to display month individually if the month for the quarter is incomplete. I attached the dra...
- Anonymous3 years ago
Hi BeaBF . I grouped the month using this solution:
https://community.powerbi.com/t5/Desktop/How-to-display-quarter-Months-name-Axis/td-p/1875694
After that, I create new column and use IFELSE formula to rename July-Sep to Q1 (fiscal year) etc. As for ELSE, I return the original month name. The result came out like this
BeaBF
3 years agoSuper User
Anonymous Hi! Can you attack the pbix? it needs a calculated column/measure
BBF
Anonymous
3 years agoNot applicable
Hi BeaBF . I grouped the month using this solution:
https://community.powerbi.com/t5/Desktop/How-to-display-quarter-Months-name-Axis/td-p/1875694
After that, I create new column and use IFELSE formula to rename July-Sep to Q1 (fiscal year) etc. As for ELSE, I return the original month name. The result came out like this