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
Anonymous
Not applicable

Gauge of Reopened Tickets

Hello, I need to create a gauge that tells me the percentage of tickets reopened during the month, so I would have to count how many reopenings there were in the month and divide by the total number of open tickets in the same month. And still keep a column with the name of the month to be able to filter in Visual Level Filter.

The tables are separate and with columns of different dates and I can not make this percentage.

Below is the image of the structure of the tables.

 

DeepinScreenshot_select-area_20181022115738.png

1 ACCEPTED SOLUTION
BobBI
Resolver III
Resolver III

Hi ralsouza,

 

- Create a Date dimension table and link 'Open' and 'closed' table using Date field.

- Create 3 measures

   1) Open Tickets = count('Open'[Id_Ticket])

   2) Re Open Tickets = count(reOpen[Id_Ticket])

Calculate %

 3) Per% = DIVIDE(reOpen[Re Open Tickets],'Open'[Open Tickets])

 

Use 'Month' from Date Table and drag all 3 measure into a Table visual

Use 'Month' from Date Table for slicer.

 

 

table.JPGoutput1.JPG

 

 

 

Hope this helps.

SS

View solution in original post

2 REPLIES 2
BobBI
Resolver III
Resolver III

Hi ralsouza,

 

- Create a Date dimension table and link 'Open' and 'closed' table using Date field.

- Create 3 measures

   1) Open Tickets = count('Open'[Id_Ticket])

   2) Re Open Tickets = count(reOpen[Id_Ticket])

Calculate %

 3) Per% = DIVIDE(reOpen[Re Open Tickets],'Open'[Open Tickets])

 

Use 'Month' from Date Table and drag all 3 measure into a Table visual

Use 'Month' from Date Table for slicer.

 

 

table.JPGoutput1.JPG

 

 

 

Hope this helps.

SS

Anonymous
Not applicable

It worked perfectly, thank you!

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.