Forum Discussion
Bar chart sort
- 5 years ago
You can add both your year and month columns to the x axis to create, but it may be better just to create a YearMonth column and use that alone. Note that you may need to add a Sort By column to get the months to show in chronological order. Or you can use a Date table like this one, where no sort by column is needed - No Sort Date Tables! – Hoosier BI
YearMonth = FORMAT([Date], "YYYYMMM") //for example
Pat
You can add both your year and month columns to the x axis to create, but it may be better just to create a YearMonth column and use that alone. Note that you may need to add a Sort By column to get the months to show in chronological order. Or you can use a Date table like this one, where no sort by column is needed - No Sort Date Tables! – Hoosier BI
YearMonth = FORMAT([Date], "YYYYMMM") //for example
Pat