Forum Discussion

Gabrielmm's avatar
Gabrielmm
Regular Visitor
9 years ago
Solved

Dynamic Comments DAX

How do I show Comments in a measure? My goal is to dynamically show the value of a column in a text box (or whaterever visual)   I have 4 fields with comments [comment1] [comment2] [comment3] [co...
  • Anonymous's avatar
    Anonymous
    9 years ago

    No, it's because VALUES returns multiple values. Which is why it's not called VALUE. A measure has to return a single value for each filtering context. If you're trying to display multiple values from the Commentary1 column for each row, you'll need to use the CONCATENATEX function. If there's only one Commentary1 value for each row you can probably use FIRSTNONBLANK.