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
Rakesp
New Member

Need to create Filter with Selected Column from All Column

Need to create Filter with Selected Column from All Column, So as to filter related table data of selected column row value

Rakesp_0-1639589121355.png

 

1 ACCEPTED SOLUTION

Hi, @Rakesp 

 

According to your screenshot, These date columns seem to be just for marking.

You can create a column and use it in filter pane to filter data.

Like this:

 

Flag =
IF ( table[Jan22] = 1 && table[Feb22] = 1 && table[Mar22] = 1, 1, 0 )
//According to your needs, you can use && or ||

 

vjaneygmsft_1-1640153568950.png

I noticed that some columns do not seem to be numeric columns. . .You can change to number column or modify the code like table[Jan22] ="1".

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.

 

Best Regards,
Community Support Team _ Janey

 

 

View solution in original post

4 REPLIES 4
Rakesp
New Member

Hello,  Thanks for guidance,   I did same thing, added 3 slicer, But like to make 1 slicer for all 3 slicer.  

Rakesp_0-1640144147175.png

 

Hi, @Rakesp 

 

According to your screenshot, These date columns seem to be just for marking.

You can create a column and use it in filter pane to filter data.

Like this:

 

Flag =
IF ( table[Jan22] = 1 && table[Feb22] = 1 && table[Mar22] = 1, 1, 0 )
//According to your needs, you can use && or ||

 

vjaneygmsft_1-1640153568950.png

I noticed that some columns do not seem to be numeric columns. . .You can change to number column or modify the code like table[Jan22] ="1".

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.

 

Best Regards,
Community Support Team _ Janey

 

 

v-janeyg-msft
Community Support
Community Support

Hi, @Rakesp 

 

You can use slicer to filter data. In your situation, you need to use four slicers.

Slicers in Power BI - Power BI | Microsoft Docs

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.

 

Best Regards,
Community Support Team _ Janey

 

lbendlin
Super User
Super User

Your ask is not very clear. Maybe you want to teach your users how to personalize visuals?  Then they can add whatever filters they want.

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.