Forum Discussion
Quarter Number & Year Number column ordering in a Matrix table
- 6 years ago
Create a new column
Quarter & Year Sort = 'Calendar'[Date].[Year] & " " & 'Calendar'[Date].[Quarter] and set it as sort column
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
Create a new column
Quarter & Year Sort = 'Calendar'[Date].[Year] & " " & 'Calendar'[Date].[Quarter] and set it as sort column
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
- Anonymous6 years agoNot applicable
Yeah, that does the job. TY.
- Mk601 year ago
Resolver I
Hi,
I used this solution and it did work to order my Quarters and years as you can see in this table. How can I customize it to display as shorter version of quarters/years? To display values like this "Q4 23; Q1 24; Q2 24; Q3 24 etc". Thank you!