Visualize a measure with FILTERS() function

I have created a measure [COUNTRY FILTER = FILTERS(‘ALL DATA’[Country Description]) ], to show which values are applied in the filter. I want to show these values on the page (each value in a separate row.) As I understand FILTERS()'s return value is a table (one column), but when I add this measure to a Table visualization I get error message: Calculation error in measure […] [A table of multiple values was supplied where a single value was expected.

How can present the values of this measure?

Hi @Henrik_Sz ,

Maybe answer be in combination of following tricks:

You can use UNICHAR(10) trick for line break.

Good luck.