Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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?
Hi @Anonymous ,
Please refer to the following DAX query:
Measure = CALCULATE(COUNTROWS(Tickets),FILTER(Tickets,Tickets[Opened Date].[Day]=4))
Best Regards,
Teige
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 47 | |
| 43 | |
| 26 | |
| 19 |
| User | Count |
|---|---|
| 196 | |
| 127 | |
| 102 | |
| 67 | |
| 49 |