Forum Discussion
One Slicer for multiple columns
- 5 years ago
Hi, Anonymous
You can create a measure,then use in in visual filter pane.
Like this:
Measure = IF ( SELECTEDVALUE ( 'Table'[Topic1] ) IN DISTINCT ( 'Table 2'[Topic1] ) || SELECTEDVALUE ( 'Table'[Topic2] ) IN DISTINCT ( 'Table 2'[Topic1] ) || SELECTEDVALUE ( 'Table'[Topic3] ) IN DISTINCT ( 'Table 2'[Topic1] ), 1, 0 )Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.Best Regards
Community Support Team _Janey
Hi, Anonymous
Is your problem solved? The slicer is easy to achieve, the problem is what kind of visual effect do you want to achieve with this slicer, we donโt know.
You can try like this to get three columns' name:
Table 2 = UNION(DISTINCT('Table'[Topic1]),DISTINCT('Table'[Topic2]),DISTINCT('Table'[Topic3]))
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.
Best Regards
Community Support Team _Janey
- Anonymous5 years agoNot applicable
No my problem aint solved ๐
Whats easy to achvieve for you, isn't that easy for me.
A slicer should filter a table. As I wrote - I would like to filter the messages by the topics. If I do your solution with a new table. I do not have any relationship and the slicer wont work.
- v-janeyg-msft5 years agoCommunity Support
Hi, Anonymous
You can create a measure,then use in in visual filter pane.
Like this:
Measure = IF ( SELECTEDVALUE ( 'Table'[Topic1] ) IN DISTINCT ( 'Table 2'[Topic1] ) || SELECTEDVALUE ( 'Table'[Topic2] ) IN DISTINCT ( 'Table 2'[Topic1] ) || SELECTEDVALUE ( 'Table'[Topic3] ) IN DISTINCT ( 'Table 2'[Topic1] ), 1, 0 )Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please upload some insensitive data samples and expected output.Best Regards
Community Support Team _Janey