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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
PaulJ185
New Member

How show 0 when Month Ticket count is zero

currenty, I am trying to calculate montly ticket count.

 

If month has no tickets opned up, it should show 0 count for that month. 

1 ACCEPTED SOLUTION
V-yubandi-msft
Community Support
Community Support

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:

Vyubandimsft_0-1745233470620.png

 

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.

View solution in original post

4 REPLIES 4
V-yubandi-msft
Community Support
Community Support

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:

Vyubandimsft_0-1745233470620.png

 

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.

PaulJ185
New Member

I am not using any formula, just table matrx. Any suggestion formula?

 

PaulJ185_0-1745205019287.png

 

Create a dax measure 

Distinc Count = Distinctcount(Table[Column]) + 0

Need a Power BI Consultation? Hire me on Upwork

 

 

 

Connect on LinkedIn

 

 

 








Did I answer your question? Mark my post as a solution!
If I helped you, click on the Thumbs Up to give Kudos.

Proud to be a Super User!


PBI_SuperUser_Rank@2x.png

 

tharunkumarRTK
Super User
Super User

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

 

 

 








Did I answer your question? Mark my post as a solution!
If I helped you, click on the Thumbs Up to give Kudos.

Proud to be a Super User!


PBI_SuperUser_Rank@2x.png

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.