Forum Discussion
Graphing after a group by command
- 3 years ago
First, you probably don't need to duplicate the table. If you have a table that has the application and something like a ticket number, you can plot the application in the x-axis and count (or distinctcount) the ticket number in the y-axis.
If you still for whatever reason wanted to keep your grouped by table, I believe you could just change your count to a sum which should show you what you're expecting.To add a date slicer, click the highlighted button in this screenshot and add your date as the field.
First, you probably don't need to duplicate the table. If you have a table that has the application and something like a ticket number, you can plot the application in the x-axis and count (or distinctcount) the ticket number in the y-axis.
If you still for whatever reason wanted to keep your grouped by table, I believe you could just change your count to a sum which should show you what you're expecting.
To add a date slicer, click the highlighted button in this screenshot and add your date as the field.