Forum Discussion

nyarlathotep's avatar
nyarlathotep
Advocate I
10 months ago
Solved

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...
  • Jihwan_Kim's avatar
    10 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.