Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register 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/
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
78 | |
76 | |
70 | |
49 | |
42 |
User | Count |
---|---|
62 | |
40 | |
32 | |
30 | |
29 |