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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Duplicate Identifier

Good morning, I hope you can help me.

I want to identify the value of duplicator products by Price $ / kWh.

From the measure I did, it identifies all of them as duplicates but it does not show me the non-duplicates, if someone could help me

Captura de pantalla (189).pngCaptura de pantalla (190).png

2 REPLIES 2
truptis
Community Champion
Community Champion

Hi @Anonymous ,

Please try this:

Count_duplicates =
Var a= [Price $ / kWh]
RETURN

CALCULATE(
COUNTROWS('TableName'),
all('TableName'),
'TableName'[Price $ / kWh] = a
)

 

whereever the count_duplicates is greater than 1 it means there are duplicate values.

 

@Anonymous -> please hit the thumbs up & mark it as a solution if it helps you. Thanks.

Anonymous
Not applicable

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors