displaying only months and year on the x axis
I am trying edit the first chart so that the x axis is only displaying the month and year (so the axis is less crowded) but all the underlying points pulled from the created date are still displayed. I'm pulling the data from the report shown and have tried to make a helper column that shows the month and year, but this column is a text/number and not a date column (that's the only way I could figure out how to achieve this). Therefore, when I try to graph this and use the first column as series labels, it cant display it how I'm trying and the last graph shown is the output. Is there a way to achieve only displaying the month and year on the x axis while keeping all the underlying data points?
Answers
-
I would try the below for your Month Label column it will make it show as Dec-22 etc. you will have to complete the formula with the rest of the months. Below formula thanks to @Paul Newcome
=IF(MONTH([Column Name]@row) = 1, "Jan", IF(MONTH([Column Name]@row) = 2, "Feb", IF(MONTH([Column Name]@row) = 3, "Mar", .............................)))))))))))) + "-" + RIGHT(YEAR([Column name]@row), 2)
-
@Hollie Green This doesn't seem to solve my issue
-
Is the formula not working or is it doing something different weird with the chart? @liv.hagen
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives