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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
JackT
New Member

Create a checklist with a list of filtered words

Hi, I am looking to create a checklist with a list of words that filters through a table. The table consists of: column 1 is appname, column 2 is proposal (sentence of what the application is) and column 3 is address. With the checklist, I'd like to click one or more of the filtered words so it'll bring up the rows which have mentioned the words. I have seen a similar thread but cannot get my head round it.

1 REPLY 1
amitchandak
Super User
Super User

@JackT , Assumes these are three independent column, each used for check list to filter other tables

 

Then a measure like this can help

 

countrows(Filter(Table1, Table1[Col1] in values(checklist[COl1])) )

 

Or you can use treatas

https://www.sqlbi.com/articles/propagate-filters-using-treatas-in-dax/

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.