Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not 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 getting small numbers. 

This is my measure: 

 Total Calls = COUNT(Click_SalesForms[LeadUID])

 

>> Im getting "1", which I know is incorrect. 

 

Any help?

2 REPLIES 2
v-ljerr-msft
Employee
Employee

Hi @Anonymous,

 

Could you try the formula below to see if it works in your scenario? Smiley Happy

 

Total Calls = COUNTROWS ( ALL ( Click_SalesForms[LeadUID] ) )

 

Regards

aoberlander
Frequent Visitor

Does each LeadUID have its own row in the table?

If so you can use something like

Total Calls = COUNTROWS(Click_SalesForms)

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.