Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi all,
I want to use "in" filter such as ms SQL Where Shipment in (1234,5689,9856)
How do I do in Power BI?
For example; I have 50 shipments number. (They're dynamic shipments.)
I want to filter 50 shipments in all shipments.
Is it possible?
BTW, I use DirectQuery.
Thanks.
Erdem
Solved! Go to Solution.
Hi,
The report has more than 30K shipments.
I want to search sometimes 50 shipments 100 shipments.
I want to copy and paste shipments in a filter or slicer and get the report.
So, how can I do this?
Thanks.
Hi, @TheTeam35
You can try use 'Filter by List' Custom Visual. The 'Filter by List' visual allows you to easily copy and paste in a list of values that you wish to filter on your report.
Best Regards,
Community Support Team _ Eason
Hi,
After publishing the report, the user how do they do it?
I want the users to change the shipment numbers when they get the report.
Thanks.
Hi @TheTeam35 ,
If I am taking your question correctly then you could add filter or slicer(with multi select option enable).
BR,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi,
The report has more than 30K shipments.
I want to search sometimes 50 shipments 100 shipments.
I want to copy and paste shipments in a filter or slicer and get the report.
So, how can I do this?
Thanks.
Hi, @TheTeam35
You can try use 'Filter by List' Custom Visual. The 'Filter by List' visual allows you to easily copy and paste in a list of values that you wish to filter on your report.
Best Regards,
Community Support Team _ Eason
You can use the IN syntax in DAX as well.
For example,
FILTER ( Shipments, Shipments[Number] IN {1234,5689,9856} )
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
96 | |
91 | |
82 | |
69 |
User | Count |
---|---|
159 | |
125 | |
116 | |
111 | |
95 |