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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

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