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.
nyarlathotep
11 months agoAdvocate I
Jihwan_Kim that works! I could have sworn that i had tried anyref but i must have messed somewhere else - my actual measure is a bit more complex that the simplified version i posted here. Anyway, problem solved, thanks mate!