Forum Discussion
CONCATENATEX unique value
Hi Saxon10 ,
I have created a table with the SUFIX and a column on the report also with the sufix then made the following setup:
Now add the following measure:
Comments Values =
COALESCE (
CALCULATE (
CONCATENATEX ( VALUES ( DATA[Comments] ); DATA[Comments]; "|-|" );
CROSSFILTER ( REPORT[SUFIX]; SUFIX[SUFIX]; BOTH )
);
"NA"
)
Result below and in attach PBIX file:
- Saxon105 years agoPost Prodigy
Hi,
Thanks for your reply.
I would like to achieve my result by New calculate column. can you please advise.
- MFelix5 years agoSuper User
- Saxon105 years agoPost Prodigy
Thank you so much for your response and help.
Your solution working well but when I try to follow-up the same logic then I receiving the following error message "CROSSFILTER function can only use the two column references participating in a relationship". Can please advise what is the reaon I am getting error?
The Data table keep changing on a daily basis so it’s very hard and difficult to make a unique item and import the data every day in Power BI.
I am happy to create new calculated columns within the tables or new table instead of import the data.
Can you please provide alternative solution if it possible? I would like to achieve my final desired result by using calculated column.