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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives