Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Get a table with comments

Please help to get a table that displays comments to questions for which the user has chosen the answer "not ok" The tables are linked by the following fields: FormFilled[id] - FormsQuestionsSele...
  • ValtteriN's avatar
    ValtteriN
    4 years ago

    Hi,

    I see, in that case something like this should work:

    data:


    Dax:

    Measure  11= IF(contains(filter(all(Questions),Questions[QID]=MAX(Questions[QID])),Questions[Comment],"Not ok"),1,0)

    End result: