Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.
@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/
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 126 | |
| 60 | |
| 59 | |
| 56 |