Forum Discussion
Anonymous
9 years agoNot applicable
Calculate Totals Using Count
Hi! I am attempting to create a contact rate report. Ive ran into a problem when trying to count the number of total call leads. There are over a million rows, but my measure results are ge...
v-ljerr-msft
9 years agoMicrosoft Employee
Hi Anonymous,
Could you try the formula below to see if it works in your scenario? :smileyhappy:
Total Calls = COUNTROWS ( ALL ( Click_SalesForms[LeadUID] ) )
Regards