Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Caiz
Frequent Visitor

Line Graph Displaying Created vs Resolved Tickets Overtime

Hi, I've tried numerous ways on getting a line graph with 2 lines showing the created vs resolved tickets however am running into issues. I am fine with the tickets marked as resolved displaying, however don't know how to show the variation of "created" tickets overtime. I have also tried adding the Status column to the values section filtering by status and this doesn't work either because of the open tag status.

 

I've tried creating a userrelationship, however am getting identical values using the following measures:

OPEN = COUNTA('October Tickets'[Created time])
CLOSED = COUNTA('October Tickets'[Resolved time])

RESOLVEDBYDATE = CALCULATE([CLOSED], USERELATIONSHIP ('Calendar'[Date], 'October Tickets'[Resolved time]))
 
RESOLVEDBYDATE gets the error "USERELATIONSHIP function can only use the two columns references participating in relationship"
 

closed open.PNG

 

Do I need to use created time + resolved time tables instead of created time + a resolved measure?

 

Any help would be appreciated!

1 REPLY 1
amitchandak
Super User
Super User

@Caiz , Have you joined both resolve time and created time with date table and one of them is active and another one is inactive

One more thing you should check date to not have timestamp(this not for this issue, but you will not get correct numbers with join)

Refer my HR blog or video on same topic

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

https://www.youtube.com/watch?v=e6Y-l_JtCq4

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.