Forum Discussion
set Multiple values in visual filter
- Anonymous6 years ago
Hi powerbisach ,
Modify the measure like:
Measure = if(SELECTEDVALUE(Country[Country]) in VALUES(User[Country]),"yes","no")Result would be shown as below.
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi powerbisach ,
Try use SELECTEDVALUE() function instead of VALUE() function.
Like:
if(selectedvalue(user[country])=selectedvalue(country[country]),"Yes",blank)
Best Regards,
Jay
Community Support Team _ Jay Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous and Greg_Deckler
Stachu , I saw you were discussing blanks in an earlier post. Perhaps you know this one.
To not Hijack PowerBisach post I created another post :).
https://community.powerbi.com/t5/Desktop/Implicit-filters-remove-all-records/m-p/945184#M452965