Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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
|
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |