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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
L_B
Frequent Visitor

CONCATENATEX DISTINCT OR VALUES

hi all,

 

Verantw. Ceelbaas = CONCATENATEX(
FILTER(
ALL(Dim_Dokplan_Ceel),
Dim_Dokplan_Ceel[index date shift scheepsnaam] = Fact_Dokplan_AET[index date shift scheepsnaam]),
Dim_Dokplan_Ceel[Verantw. Ceelb], ",")
 
I've just writtten above formula (for to have a new column) to retrieve some names of different persons but sometimes the same name disappears twice.
How can I eliminate these duplicates values? 
 
I've already read to use DISTINCT or VALUES but it does not work. 
I've tried the following formulas:
 
Verantw. Ceelbaas = CONCATENATEX(DISTINCT(
FILTER(
ALL(Dim_Dokplan_Ceel),
Dim_Dokplan_Ceel[index date shift scheepsnaam] = Fact_Dokplan_AET[index date shift scheepsnaam])),
Dim_Dokplan_Ceel[Verantw. Ceelb], ",")
 
 'measure' = CONCATEX ( VALUES (Fact_Table [Verantw. Ceelbaas]), Fact_Table [Verantw. Ceelbaas]))
 
 
thanks for your advice
1 ACCEPTED SOLUTION

@v-lionel-msft ,

 

thanks for your reply! However, my data is GDPR-sensitive so it is impossible to share this.

 

grtz! 

View solution in original post

4 REPLIES 4
v-lionel-msft
Community Support
Community Support

Hi @L_B ,

 

Please show me your sample data, I can't reproduce your data model.

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-lionel-msft
Community Support
Community Support

Hi @L_B ,

 

Please show me your sample data, I can't reproduce your data model.

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-lionel-msft ,

 

thanks for your reply! However, my data is GDPR-sensitive so it is impossible to share this.

 

grtz! 

L_B
Frequent Visitor

CONCATEX ==> this was ofc a typo... 🙂 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors