Forum Discussion
Keeps Counting Dates
Hello,
I am trying to make a line graph where the X axis is the week # such as week 42, and the Y axis is a date. My data is shown below. However when I go to plot the graph it keeps "counting" the dates so that the graph only shows one flat horizontal line. I have the data categorized as a "date", and have it set to "dont summarize". Can anyone help me figure out how to have it plot each date individually instead of one counted line?
| Week | Long Pole Date |
| 40 | 12/11/2019 |
| 41 | 1/12/2020 |
| 42 | 1/30/2020 |
| 43 | 1/30/2020 |
| 44 | 1/10/2020 |
| 45 | 1/10/2020 |
5 Replies
- amitchandakSuper User
Other than table matrix all other visuals will summarize the data. In Table visual, because your week is different for the same date it will work.
- AnonymousNot applicable
So I need to convert the data set to a table?
- amitchandakSuper User
In all the visuals data will group on Date. Other than table visuals. Table visual will also group it, but just because you have two values of the week for date and you use do not summarize on the week, you will be able to get two rows. Please note unique row will not repeat even in table visual
- AnonymousNot applicable
HI Anonymous,
For common chart visuals, they are used to show the aggregate value graphs based on specific category/axis fields.
Currently, you can't ignore the aggregate on the chart even if you setting value fields to 'do not aggregate'. (they will be aggregated with count/first/last mode)
I'd like to suggest you use table visual(it allow to display information) or use R visual to manually plot chart.
Regards,
Xiaoxin Sheng