This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I am looking for guidance on how to solve the following problem: I would like to create a chart showing for each months the number of tickets that were still in opened status when the month ended.
The data that I have in my table are as follow:
Any suggestions?
Thank you in advance,
Nicolas
Solved! Go to Solution.
Hi @nmunari,
You can refer to below formula which used to calculate the still opened tickets until month end.
TotalPerMonth= COUNTX(FILTER(ALL(TicketTable1),[TicketNumber]=MAX([TicketNumber])&&[CloseDate]=BLANK()&&[OpenDate].[MonthNo]=MAX('Table'[Date].[MonthNo])),[TicketNumber]
Notice: Table is the date table.
Regards,
Xiaoxin Sheng
Hi @nmunari,
You can refer to below formula which used to calculate the still opened tickets until month end.
TotalPerMonth= COUNTX(FILTER(ALL(TicketTable1),[TicketNumber]=MAX([TicketNumber])&&[CloseDate]=BLANK()&&[OpenDate].[MonthNo]=MAX('Table'[Date].[MonthNo])),[TicketNumber]
Notice: Table is the date table.
Regards,
Xiaoxin Sheng
Hi @Anonymous
I am experiencing the same problem and stumbled across this post.
I also have
I would like to see the amount of all open tickets on any given day
In my model, there's currently an active relationship between 'Date'[Date] and 'Call Details'[Log Date], and an inactive relationship between 'Date'[Date] and 'Call Details'[Resolved Time]
Also, my Call Number has a Data Type "whole number", is that ok?
How might the formula you provided change based on above? (I tried the formula myself substituting in my variables/tables but the result just gave me blanks)
Thanks for your help
Wes
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 27 | |
| 24 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |