Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
55 | |
37 | |
31 |
User | Count |
---|---|
87 | |
62 | |
61 | |
49 | |
45 |