Forum Discussion
tebtim19
5 years agoHelper IV
Date Sortfo
Is anyone here know how to sort date for my slicer. Doesn't look like sorted
- Anonymous5 years ago
Anonymous
5 years agoNot applicable
Hello tebtim19 ,
You can Right click on column in data View and sort asc and Desc.
Let me know if this works for your date column.
- tebtim195 years agoHelper IV
Hi I tried that but it doesnt work. It's also weird that I can't see my date tabel in Query
- Anonymous5 years agoNot applicable
- tebtim195 years agoHelper IV
Its a calculated table
Dates =ADDCOLUMNS (CALENDAR ( DATE ( 2012, 1, 1 ), DATE ( 2021, 12, 31 ) ),"Year", YEAR ( [Date] ),"Month", FORMAT ( [Date], "MMMM" ),"Month #", MONTH ( [Date] ),"Year Month", YEAR ( [Date] ) & " " & FORMAT ( [Date], "MMMM" ),"Year Month #", YEAR ( [Date] ) * 100 + MONTH ( [Date] ))