Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. 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/
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
87 | |
85 | |
85 | |
67 | |
49 |
User | Count |
---|---|
132 | |
113 | |
100 | |
68 | |
67 |