Forum Discussion
Anonymous
6 years agoNot applicable
Quarter Number & Year Number column ordering in a Matrix table
Hi, I have this calculated column Quarter & Year = 'Calendar'[Date].[Quarter] & " " & 'Calendar'[Date].[Year]. It returns Qtr 1 2019, Qtr 2 2019 etc... When I put this as the column in...
- 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
VasTg
Memorable Member
6 years agoAnonymous
Use SORT BY column option to sort your new column based on date or datekey(if you have)