Forum Discussion
Ticket date. Overlapping line chart.
Hi Community.
I have a large dataset of ticket info from our PSA tool that i'd like to plot into a line chart with two values of "tickets created" and "tickets Closed" that overlap each other.
The idea being we can see on any given day how many tickets were opened vs closed.
Also key is to have all the other ticket info in the dataset available so I can created a drill down so when you click the tickets opened for that day, it shows a table of all the tickets and all the info.
Below is an example of the chart visuals
Below is a small set of sample data. How can I get this data into a chart as described? I think I need to have a count of dates, then a sum of that count grouped by the distinct dates. Like so:
Can PowerBI do this on a DirectQuery?
I can't do the heavy lifting of the data in the datasource as above as there are a lot more columns that I want to keep in the full dataset so I can create a drill down with lots of ticket info.
The full list of columns in the data set:
Below is some sample data from a small portion of the available columns.
| unique Tiket ID | date entered | Day Entered | date closed | Day Closed | Board_Name |
| 1 | 09/01/2024 | Tuesday | 09/01/2024 | Tuesday | IT Service Desk |
| 2 | 09/01/2024 | Tuesday | 09/01/2024 | Tuesday | IT Service Desk |
| 3 | 09/01/2024 | Tuesday | 09/01/2024 | Tuesday | Software Service Desk |
| 4 | 09/01/2024 | Tuesday | 09/01/2024 | Tuesday | IT Service Desk |
| 5 | 08/01/2024 | Monday | 08/01/2024 | Monday | IT Service Desk |
| 6 | 08/01/2024 | Monday | 09/01/2024 | Tuesday | IT Service Desk |
| 7 | 07/01/2024 | Sunday | 08/01/2024 | Monday | Software Service Desk |
| 8 | 07/01/2024 | Sunday | 09/01/2024 | Tuesday | IT Service Desk |
| 9 | 07/01/2024 | Sunday | 07/01/2024 | Sunday | IT Service Desk |
| 10 | 06/01/2024 | Saturday | 06/01/2024 | Saturday | IT Service Desk |
| 11 | 06/01/2024 | Saturday | 08/01/2024 | Monday | IT Service Desk |
1 Reply
- AnonymousNot applicable
Hi IWUK
You can consider creating a tooltip report page which contains a table visual displaying the ticket info you need. When you select or hover a data point in the line chart, it will show corresponding info on the selected date.
Create report tooltip pages in Power BI - Power BI | Microsoft Learn
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!