Forum Discussion
Sales evolution through time
- Anonymous6 years ago
At the end I created a new meassure that is Year-Month, and then sorted alphabetically. I don't like it, but for now it does the job.
- Anonymous6 years ago
At the end I solved it with a date table with the information about the months, quarters, financial years, etc.
It's not ideal and tableau does it automatically, but it solved the issue! Using a date table is extremely useful.
Yes, even combined would have been nice. Did you use any particular calculated fields or just with the normal visualization options? How did you achieve it?
Thanks
Standard line chart visualization with Date on the axis, Product as the legend, and Value as values.
For a combined view, I created the below measure and then put Date on the axis, Combined in the values, and removed Product from the legend.
Combined = SUM(Sheet1[Value])