Forum Discussion
Fechas graficos
- Anonymous6 years ago
---- SPANISH BELOW
Hey, i will translate my answer to spanish with google translate, as im not a native spanish speaker. i hope you will understand.
Your month column does not recognize it as being december 2019 i believe. What you can do i make a calculated column with the following code:Year-Mon = FORMAT('Table'[Date], "YYYY-MM")This makes a format like: 2019-12 2020-01 etc.
You can then sort that and it will put december first.
--- SPANISHHola, traduciré mi respuesta al español con google translate, ya que no soy un hablante nativo de español. espero que entiendas.
Su columna de mes no lo reconoce como diciembre de 2019, creo. Lo que puedes hacer hago una columna calculada con el siguiente código:
Year-Mon = FORMAT('Table'[Date], "YYYY-MM")Esto hace un formato como: 2019-12 2020-01 etc.
Luego puede ordenar eso y pondrá primero a diciembre.
coryan , Have sorted the visual on Month -year. Using three dots.
Hope you month year sort is correct using month year sort column
Month Year = FORMAT([Date],"mmmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Month Year has sort column Month Year sort
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
- coryan6 years agoNew Membergracias!