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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
HibaTalat
Regular Visitor

Help!!! Recreating this ticket for jira ticket age of power bi.

Hey all,
I have created a date and from that, I can calculate the age of the ticket. The idea is to see which stage is problematic and I am want to calculate in form of #days

Following is the view I want for my dashboard:

 

Status 1Average MaxMin
Status 2 
Status 35891
Statsu4931

Fast – the least amount of time ticket
stayed in this status

Slow- the max amount of time a ticket
stayed in this status

Average – the average amount of time a
ticket stayed in this status

Please note that I am new to PBI and I am using Desktop Report Server

3 REPLIES 3
HibaTalat
Regular Visitor

i have timestamp when a status moved from one state to another, I also have status_from and status_to  and jira ids.
I need to find the time when the status exit status_from

Do you have a ticket number on your table ? 

I think you need to create calculted columns with EARLIER function.

Like this :

Col_Max_date = CALCULATE ( max(TICKET_DATE), filter(earlier(ticket) = ticket ) ) 
Col_Min_date = CALCULATE ( min(TICKET_DATE), filter(earlier(ticket) = ticket ) ) 
Col_diff = DATEDIFF(Col_Min_date ,Col_Max_date, day)  

 tell me if you find what you want to do 

freginier
Solution Specialist
Solution Specialist

what step do you need help with ? 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors