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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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