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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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