The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Need to create Filter with Selected Column from All Column, So as to filter related table data of selected column row value
Solved! Go to 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 ||
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
Hello, Thanks for guidance, I did same thing, added 3 slicer, But like to make 1 slicer for all 3 slicer.
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 ||
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
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
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.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |
User | Count |
---|---|
8 | |
4 | |
4 | |
3 | |
3 |