Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi all,
I hope you can help me out.
In have scenario where my users would like to filter a column based on a copied list of values. For example a column from an excel file or a comma separated list. This would be handy when one wants to filter (for example) 200 numbers out of 100k records.
Manually checking values in a slicer is unworkable but I cannot figure out a better way with power bi desktop and service.
Any idea's to solve this?
Thanks.
Solved! Go to Solution.
Hi @Anonymous,
Please vote these two ideas: search-my-filter-values-in-a-dashboard and multiple-value-custom-list-filter.
Best Regards!
Dale
TL;DR version: There is an app source visual called "Mass Filter (App Source) ". This does exactly what is needed. Copy and paste a list of values separated by commas or new-lines.
And a video: https://www.youtube.com/watch?v=6nKYTFTA1h4&feature=youtu.be
Thanks @PowerBiRajah !! This looks like the old Filter by List, but renamed. Thanks for sharing this.
If you're still looking for this feature. I've found this custom visual slicer that provides this functionality. It does work. The limitation is that it cannot be synced across tabs, but it still comes in handy.
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381413?tab=Overview
If this addresses your need, please consider marking this as a solution. Thanks.
Sorry. The Link is not working anymore. Please can you provide me the lastet version? Thank you very much
Hi @Shelley
This exactly resolved what workaround I'm looking for, thank you so much!
Hi @Anonymous,
1. Import the copied list of values. This step could be easy. Here the table is "FilterValues".
2.1 As a measure.
IfIn = IF ( MIN ( 'Calender'[Date] ) IN VALUES ( 'FilterValues'[Dates] ), 1, 0 )
2.2 As a Calculated Column.
Column = IF ( 'Calender'[Date] IN VALUES ( FilterValues[Dates] ), 1, 0 )
3. Create a visual and filter the result.
Best Regards!
Dale
Hi Dale,
Thanks for your reply!
I like your answer and maybe use it someday. In this case however, it doesn't solve the problem. The list of values cannot be imported because it could be any value of a(ny) column based on what the end user wants to filter. The report and definitions stay the same.
Example. The power bi report contains a list of customer analysis and details. A filter on Customer ID is added so the user can filter on a range or selected values. The user gets a request from a colleage with has a list of, lets say, 100 customer id's that need special attention. He/she wants to use this list and pastes it into the power bi report filter so the report filters down to these 100 customers. The next day, a different set of customer id's will be needed to filter. This can happen multiple times per day for multiple users.
Thanks
Hi @Anonymous,
I have no idea about your actual model. So just some discussions here.
As you said in your first post, the column could be from a Excel file or a csv file. Import it, use it, finally delete the new table. Do these steps in the next searching.
There are still some other ways.
1. Paste the values in the Desktop directly. A new table will be created. You can delete it later.
2. If you can organize the values like this, you can paste it in the formula directly. {"value1", "value2", "value3"}
IfIn = IF ( MIN ( 'Calender'[Date] ) IN { "value1", "value2", "value3" }, 1, 0 )
Best Regards!
Dale
I like the Idea, but this function is not available in the power bi service. This would work for developers, but not for end users.
Hi @Anonymous,
Please vote these two ideas: search-my-filter-values-in-a-dashboard and multiple-value-custom-list-filter.
Best Regards!
Dale
Voted. Thanks for the links. Qlik has this. PowerBi should have had these features years ago!
Thanks, done!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
28 | |
26 | |
22 | |
22 | |
18 |
User | Count |
---|---|
52 | |
34 | |
28 | |
24 | |
21 |