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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
srkase
Helper IV
Helper IV

COUNT OF REPEATED VALUES

Hi all,

 

I have a data like this.

CustomerNameMobilePincodeAreaTalukCityStateCountry
AmbArish6360302377562104PeresandraChik BallapurChikkaballapurKarnatakaIndia
Shreyas enterprises6360339767560040Vijayanagar (Bangalore)Bangalore NorthBangaloreKarnatakaIndia
Shreyas enterprises6360339767560040Vijayanagar (Bangalore)Bangalore NorthBangaloreKarnatakaIndia
Gotham6360432337572216Nagasandra-gubbiGubbiTumkurKarnatakaIndia
RAJA NAIK6360700489577204Marketyard APMC-ShimogaShimogaShimogaKarnatakaIndia
bheerappa h jogi6360777275587115BhagavatiBagalkotBagalkotKarnatakaIndia
R S ENGINEERING WORKS6361096519577401SagarSagarShimogaKarnatakaIndia
R.S ENGINEERING WORKS6361096519577401SagarSagarShimogaKarnatakaIndia
m b hallur6361400636587111KirsurBagalkotBagalkotKarnatakaIndia
        
I NEED THE FOLLOWING RESULT      
        
TOTAL CUSTOMERS9 ( BASED ON MOBILE COUNT)    
REPEATED CUSTOMERS2( BASED ON MOBILE COUNT)    

 

I need to calculate the repeated customers based on mobile numbers.  If one or more time a mobile number is repeated, i need the count as 1 only.  

 

Thanks in advance.

 

Regards

SRK

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@srkase 

pls try this

total customers = COUNTROWS('Table')

repeated customers = 
VAR tbl=SUMMARIZE('Table','Table'[Mobile],"No.",COUNTROWS('Table'))
return countrows(FILTER(tbl,[No.]>1))

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ryan_mayu
Super User
Super User

@srkase 

pls try this

total customers = COUNTROWS('Table')

repeated customers = 
VAR tbl=SUMMARIZE('Table','Table'[Mobile],"No.",COUNTROWS('Table'))
return countrows(FILTER(tbl,[No.]>1))

1.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.