Forum Discussion
Anonymous
4 years agoNot applicable
USERELATIONSHIP when certain value is selected
Hi, I'm filtering table Person ID with the Field of business dimensional table. If one specific field (for example Field 1) is selected we want to filter every person ID on every company...
- 4 years ago
You could write a measure with two variables - one with USERELATIONSHIP and one without, and then use IF with SELECTEDVALUE on your slicer column to decide which to return.
Pat
mahoneypat
4 years agoMicrosoft Employee
You could write a measure with two variables - one with USERELATIONSHIP and one without, and then use IF with SELECTEDVALUE on your slicer column to decide which to return.
Pat