Forum Discussion
Anonymous
6 years agoNot applicable
Show text visual
Hi everyone, I have a page which shows the results of a survey with several questions. I want to have a filter, so that you can select a specific question. But these questions are quite long, so ...
- 6 years ago
Anonymous
ok, sorry.
= IF(HASONEFILTER(Table[Question (short)]), MIN(Table[Question]), BLANK())if it won't help, please show data model
az38
6 years agoCommunity Champion
Hi Anonymous
try HASONEFILTER(), like
= IF(HASONEFILTER(Table[Question (short)]), Table[Question], BLANK())
Anonymous
6 years agoNot applicable
Hi az38 ,
Thanks for your reply and help.
I tried your formula in a calculated column, but unfortunately it didn't work.
I also tried
test = IF(HASONEFILTER(Blad1[Question (abbreviated)]); FILTERS(Blad1[Question]); BLANK())
but without success.
- az386 years agoCommunity Champion
Anonymous
try a measure
sorry, I didn't mention it
- Anonymous6 years agoNot applicable
No problem. I already tried measure. The measure gives an error, since you have to return a measure for the second part of the formula instead of a column:
- az386 years agoCommunity Champion
Anonymous
ok, sorry.
= IF(HASONEFILTER(Table[Question (short)]), MIN(Table[Question]), BLANK())if it won't help, please show data model