Forum Discussion
FilipVDR
3 years agoHelper II
concatenate filtered id's
Hi,
I made some sample data, what I want to do is filter on Region or Type and "Test" should only give me the selected id's.
Now Test = CONCATENATEX(VALUES('Table'[Id]),'Table'[Id],", ")
How to apply the filter context?
Thanks. Now I found the reason. Your measure is not created as a measure. It is a column. Choose "New measure" instead of "New column" and input exactly the same formula. When defined as a masure, its icon should look like my Test3 below.
11 Replies
- KazuHelper II
I am not an expert but once created a similar measure and filters worked just fine. How about below?
Test = CONCATENATEX(Table, Table[Id], ", ")
- FilipVDRHelper II
You should be able to download my pbix here https://www.dropbox.com/s/iirnvmixaif5cte/PBI_concat.pbix?dl=0