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 August 31st. Request your voucher.
Hi,
I am using the following method to create a filter in my dataset which filters my dataset for user selected value.
Is there any way to accept multiple user inputs ?
The sample dat a structure attached below.
Many thanks.
Measure = Var _N1=SEARCH(SELECTEDVALUE('Item'[ItemID]),SELECTEDVALUE('Product'[Items]),1,0) Return IF(_N1>0,1,0)
Put measure in the filter of this view and set it equal to 1.
Solved! Go to Solution.
Hi @Saniat
You can use concatenatex function, please follow my example:
Link to the sample file: Here
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Saniat
You can use concatenatex function, please follow my example:
Link to the sample file: Here
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
User | Count |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |