Forum Discussion
Anonymous
7 years agoNot applicable
DAX How To Dynamically Concatenate Earlier Row Values
I would like to, using DAX because my table will be filtered dynamically and have different ModelNumbers each time, come up with a way to produce a concatenated list (comma deliminated) of all Val1 r...
- 7 years ago
Anonymous
I just normalized the ModelNumber into a dimension table that is why you see it as another table
LivioLanzo
7 years agoSolution Sage
Anonymous
I just normalized the ModelNumber into a dimension table that is why you see it as another table
Anonymous
7 years agoNot applicable
Thanks For Your Help! Working with the Formula and dim table suggestion.