I'm trying to create a line chart or scatter plot
I have a column which is numerical and contains the (varying values) data I wish to plot
I have that column set to
Data Type: Whole Number
Format: Whole Number
Default Summarization: Do Not Summarize
My other column is an ID column containing mostly sequential integers
I have that set the same way as above.
I want to plot along the horizontal axis, the ID numbers, and then have a line showing the varying values.
I cannot get the values I have to show up. It insists on choosing Sum, or Count, and does NOT give me the option for "Don't Summarize".
Please help me get this working.
Solved! Go to Solution.
If you have just one metric per ticket number, then SUM doesn't matter. You are SUMMING 1 data point. Your example data showed a column of distinct ticket numbers and their hours open, so if you put that distinct list of ticket numbers on your axis, SUMMING the hours open will not show incorrect data. If you have multiple records for ticket numbers, then you need to choose an aggregation or duplicate numbers on the axis.
I think where you are getting confused is that the SUM operation applies to the metric for each point on the X axis, not across the whole data set.
Hi @AndrewP,
The line chart visual is used for displaying summarize data. You can image the line chart Axis property is the column group of the matrix, Legend property is the Row group of the matrix. If there were more than one record for the same intersection of the column and row groups, we need to aggregate the values. So there are many aggregate functions for summarize the data instead of "Do not Summarize".
The "Default Summarization: Do Not Summarize" option apply to the field itself. Once we place the filed into visuals, it will depend on the visual design to use this. In chart visual, "Do Not Summarize" is not available but in a table visual, it can support.
In your scenario, as your sample data contain one record for each Axis values, use the SUM() function will also display the raw data. But if there are duplicate record for each Axis, SUM will aggregate the values.
Best Regards,
Qiuyun Yu
No, I want a line showing
Ticket 1 was open 5 hours
Ticket 2 was open 10 hours
Ticket 3 was open 2 hours
etc
The goal is to show how the open time fluctuated during the time range I'm using.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
335 | |
96 | |
59 | |
49 | |
47 |
User | Count |
---|---|
321 | |
118 | |
79 | |
68 | |
63 |