Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Naveennegi119
Helper III
Helper III

Slicer data hide in second slicer

Hi All,

 

I have two same slicer in power bi. if i select data from first slicer, then the second slicer showing same data

but i want to show in second slicer except data of first slicer selected data.

 

first slicerSecond Slicer
A if A selectedB
BC
CD
DE
EF
FG
GH
HI
I 

 

Best regards,

NICK

1 ACCEPTED SOLUTION
v-cherch-msft
Employee
Employee

Hi @Naveennegi119

 

It seems there is no better way to show except data in slicer. But it can be show in table visual. For example: You can make a copy table to get the first slicer value. Then create a measure to get the except data.

Second =
CALCULATE (
    MAX ( 'Table'[first slicer] ),
    FILTER (
        'Table',
        'Table'[first slicer] <> SELECTEDVALUE ( FirstSlicer[first slicer] )
    )
)

1.png

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-cherch-msft
Employee
Employee

Hi @Naveennegi119

 

It seems there is no better way to show except data in slicer. But it can be show in table visual. For example: You can make a copy table to get the first slicer value. Then create a measure to get the except data.

Second =
CALCULATE (
    MAX ( 'Table'[first slicer] ),
    FILTER (
        'Table',
        'Table'[first slicer] <> SELECTEDVALUE ( FirstSlicer[first slicer] )
    )
)

1.png

 

Regards,

Cherie

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-cherch-msft 

 

It's working good for me.

 

Thanks Cherie

 

Best Regards,

NICK

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.