Forum Discussion
Display selected slicer values(multiselect)
- Anonymous5 years ago
Hi kpavan999 ,
As checked your sample file, you have created a one-to-many relationship between Table 1 and Table 2, with the filtering direction being single. And you are using the Region field of table 1 as a slicer option, the region of table 1 only have APJ and NA. Only the relevant data with selected year and these two regions will be displayed in table visual in case the region slicer using the Region field of table 1 does not select any region. If you want to display data about all the regions in Table 2 in the table visual, place the region field in Table 2 as the first field of table visual. Select the table visual, then in the Values fields well, right-click the field and select Show items with no data from the menu that appears, as shown in the following image:
Best Regards
Hi kpavan999
Can you try below code:-
Measure = CONCATENATEX ( VALUES ( 'Table'[Column] ) , [Column] , ",")
Thank you,
Samarth
- kpavan9995 years agoFrequent Visitor
Samarth_18, yes I tried this too but no luck 😞