Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Iceberg12
Frequent Visitor

Filter rows data

Hello everyone, 

I have the following table:

NameCode
Company A"1", "2", "3","4","5"
Company B"1", "2"
Company C"1", "2", "3","4","5"
Company D"1", "2", "3","4","5"
Company E"3","4","5"
Company F"4","5"


I would like to have a filter for example, on the filter, it should show only single value, e.g: 1,2,3,4,5 

And when I choose 1, it should show the data like this:

Name
Company A
Company B
Company C
Company D


When I choose 4, it should show:

Name
Company A
Company C
Company D
Company E
Company F


Thank you for your help and support 🙂

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Iceberg12 , refer this solution

 

Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
https://medium.com/@amitchandak/power-bi-search-text-parts-in-text-ad2f9783ffa2

 

Or create an independent table with values 1 to 5

 

Tab = Generateseries(1,5,1) // do not join

 

Then use that in filter and use a measure like this with company 

Countrows(filter(Table, containsstring([code], selectedvalues(Tab[Value]) )))

 

Power BI: DAX Functions: Search, Find,containsstring, containsstringexact: https://youtu.be/cN8AO3_vmlY?t=21228

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Iceberg12
Frequent Visitor

This works perfectly, thanks much 🙂

amitchandak
Super User
Super User

@Iceberg12 , refer this solution

 

Power BI- Text Part slicer to filter/search text - https://youtu.be/MKKWeOqFG4c
https://medium.com/@amitchandak/power-bi-search-text-parts-in-text-ad2f9783ffa2

 

Or create an independent table with values 1 to 5

 

Tab = Generateseries(1,5,1) // do not join

 

Then use that in filter and use a measure like this with company 

Countrows(filter(Table, containsstring([code], selectedvalues(Tab[Value]) )))

 

Power BI: DAX Functions: Search, Find,containsstring, containsstringexact: https://youtu.be/cN8AO3_vmlY?t=21228

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.