The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I have the below table and I'm trying to develop a filter that will search across each country column.
I have managed to get it to work for a single column - the filter will show me rows with/without "Sales" in it - however I need to expand this so that it will search across all of the columns. Any tips on how to do this? Help would be much appreciated!
hi @Anonymous
could you also post your expected result?
the logic is similar to this post. the point is to unpivot the data first.
User | Count |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |