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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

Calculating Open Tickets on a Specific Day of the Month

I created a chart using these, it looks at the tickets open between two dates and then aggregates it by month.

https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365

 

My boss also wants another measure that will show the number of tickets open on the 4th day of each month (so the entire month of January would show as what it was on Jan. 4th -- any ideas of how to do this?

1 REPLY 1
TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

Please refer to the following DAX query:

Measure = CALCULATE(COUNTROWS(Tickets),FILTER(Tickets,Tickets[Opened Date].[Day]=4))

Best Regards,

Teige

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.