Forum Discussion

CMoneyMoore's avatar
CMoneyMoore
New Member
2 years ago
Solved

Dax formula returning duplicate items

Hey there!    Hoping I get some help with a measure I am working on. My ultimate goal is to get a concatenated list of contacts returned based on the data uploaded to a particular report.    Gett...
  • Ashish_Mathur's avatar
    Ashish_Mathur
    2 years ago

    Hi,

    I created this calculated column formula in the Data Table

    Contact = related(Contacts[Contact])

    and then wrote this measure

    Measure = CONCATENATEX(VALUES(Data[Contact]),Data[Contact],", ")