Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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]))
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 |
|---|---|
| 57 | |
| 38 | |
| 34 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 42 | |
| 30 | |
| 26 |