Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
I am facing an issue, while calcualating the Average of Ticket numbers. Where this can be done by using the Count Function but i am not able to calcualte using Average. Ticket Key format is "INC0001233467", which is text data type. Is there any alternate method i can calcualte the average of ticket numbers. Attatching the Error Screen shot.
Check if AVERAGEX Function works in your case.
https://community.powerbi.com/t5/Desktop/Change-table-visualization-total/m-p/323290#M144103
Hi v-chuncz-msft,
Thanks for your reply.
As suggested, i tried to create a new measure. Still the issue same. Error: The function SUM Cannot work with values of type String.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 54 | |
| 53 | |
| 40 | |
| 37 | |
| 32 |