Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
currenty, I am trying to calculate montly ticket count.
If month has no tickets opned up, it should show 0 count for that month.
Solved! Go to Solution.
Hi @PaulJ185 ,
Thank you for engaging with the Microsoft Fabric Community. Please try the approach suggested below. In your tickets table, create a new measure.
Ticket Count = COALESCE( COUNTROWS('Table'), 0 )
Result:
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
Hi @PaulJ185 ,
Thank you for engaging with the Microsoft Fabric Community. Please try the approach suggested below. In your tickets table, create a new measure.
Ticket Count = COALESCE( COUNTROWS('Table'), 0 )
Result:
If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.
I am not using any formula, just table matrx. Any suggestion formula?
Would be great if you could have provided the formula you wrote.
Just add zero to your formula that should give the desired result
Need a Power BI Consultation? Hire me on Upwork
Connect on LinkedIn
|
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |