Forum Discussion
Show customed selection for slicer
HI naoki ,
Unfortunately, current power bi not support to custom on slicer features. I'd like to suggest you to write a measure with CONCATENATEX function to merge selected value by custom separator.
Measure =
CALCULATE (
CONCATENATEX ( VALUES ( Table[Type] ), [Type], "," ),
VALUES ( Table[Region] )
)
If above not help, can you please share a sample pbix file and expected result for test and coding formula?
Regards,
Xiaoxin Sheng
- naoki7 years ago
Helper I
Thank you,
I managed to get the filters up and running showing data for both dropdown values. However, when I select "All" my other slicers does not show any values, what could be the possible problem?
Could it be my relationship?
- Anonymous7 years agoNot applicable
Hi naoki ,
As I said, it is impossible to do custom with slicer items. My measure formula can't used to modify slicer items, you can only use it to show current selections on visuals.(card, table,matrix)
Regards,
Xiaoxin Sheng