Forum Discussion
Quarter Number & Year Number column ordering in a Matrix table
Hi,
I have this calculated column
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
4 Replies
- amitchandak
Super User
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- AnonymousNot applicable
Yeah, that does the job. TY.
- Mk60
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!
- VasTg
Memorable Member
Anonymous
Use SORT BY column option to sort your new column based on date or datekey(if you have)