Forum Discussion
nyarlathotep
11 months agoAdvocate I
DAXUDF Reference a column
So, i want to make a DAX UDF that takes a (one-column) table as input and outputs a concatenation of all distinct values. Something like: DEFINE FUNCTION ConcValues = (column: Table) => CONCA...
- 11 months ago
Hi,
I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file, and please try something like below.
nandic
10 months agoResident Rockstar
Jihwan_Kim well done! Thank you for providing anyref hint