Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
The Goal: I need to be able to show a bar chart of what the total number of active tickets (month-to-month).
In my DATES table, I have created a BOM (Beginning of month) and a EOM (End of month) measure (with some help). The theory is that if I can calculate the difference with the number of opened tickets at the beginning and end of each month, this should give me the number I'm looking for. But, I'm not experienced enough to figure this out. Someone did give me the below query as a starting point, but I can't get it to work since I'm not understanding the syntax.
EOM_open = COUNTROWS(FILTER(all(new_Tickets),MAX(Dates[EOM])>MAX(new_Tickets[Date Submitted]) && MAX(Dates[EOM])<MAX(new_Tickets[Date Closed])))
As you can see below, the total current number of 'open' (not opened) tickets is 301. I have the total number of 'opened' and 'closed' tickets monthly.
Any help would be more than appreciated.
Thanks again, Joe
Hi,
Share data in a format that can be pasted in an MS Excel file. Show the expected result in a Table format very clearly.
@swallia23 Sounds like Open Tickets: Open Tickets - Microsoft Fabric Community