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
mehaboob557
Resolver IV
Resolver IV

Swap visuals based on bulk filter button

Hello ALL,

 

I am learning PowerBI and i am in need of help from experts like you.

 

I need to keep button like filters.  Suppose, button1 consisits of set of versions(i.e versions 0.1, 0.2 , 0.3 ,.. 0.9) buttun2 consistes of another set of versions(i.e versions 1.1, 1.2, 1.3 ,... 1.9).

 

I want to use these two buttons like filters. If i select button1, visulas will be showing only those values which have versions 0.1 to 0.9 . If i click on button2 in the same visual, it should show the values having versions 1.1 to 1.9

 

Is this possible? if possible, how can i achieve this.

 

Please suggest me your ideas

2 REPLIES 2
v-sihou-msft
Employee
Employee

@mehaboob557

 

If those values "0.1~0.9" and "1.1~1.9" are filtering same column, it's not possible to split them into two slicers. 

 

In this scenario, you can create a bucket column like:

 

Bucket =IF(Table[Column]<1,"0.x","1.x")

Then you can put this bucket column into a slicer. When you select a "bucket", the corresponding values will be cascading filtered in another slicer.

 

Regards,

Will implement and if it works i will accept your solution.

 

Thank you so much @v-sihou-msft

 

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.