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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register 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/

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.