This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
Hi everyone,
I'm trying to make a very simple "average number of support tickets per month" calculation. I have the following:
Solved! Go to Solution.
@Oaabwen42 , Make sure there is no visual level filter on that card
Try this measure for count distinct
countrows(values(Table[YearMonth]))
Hi @Oaabwen42 ,
are you using table or card visual ? would you please share sample pbix or sample data?
Hi,
I'm using a card visual. I can't share the sample pbix or data, but you can see what's happening in this screenshot:
Tickets = 52, Months = 9, therefore DIVIDE(52, 9, 0) = 5.77, but it returns the wrong number.
@Oaabwen42 , Make sure there is no visual level filter on that card
Try this measure for count distinct
countrows(values(Table[YearMonth]))
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 25 | |
| 24 | |
| 22 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 44 | |
| 42 | |
| 42 | |
| 21 | |
| 21 |