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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Vaishali04
Helper III
Helper III

how to remove duplicate values in a measure

Hi All,

 

I have below measures  . There can be mutiple products selected and for multiple products there can be same contact or different contact. When the measures claculates , it list down the all rows for the selected products . so that may result in listing same contact multiple times.

CONCATENATEX(
    productemail,
   productemail[product_contact],
    "; ",
    productemail[product_id]
)
How to list unique contacts in above measure. It can't be calculated in power query becz product selections are dynamic at UI in filter,
 
Please help
 
Regards
Vaishali
2 REPLIES 2
rajendraongole1
Super User
Super User

Hi @Vaishali04 -Create a below dax measure to get the unique contacts based on selected product.

UniqueContacts =
CONCATENATEX(
DISTINCT(productemail[product_contact]),
productemail[product_contact],
"; "
)

 

Hope it helps

 

 

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!





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

Proud to be a Super User!





Vaishali04_0-1721811897361.png

getting error when multiple values are there

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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