Forum Discussion
acbg
Resolver III
5 years agoPass Slicer Values only when filtered
Trying to pass slicer selections into a dax formula but only if the slicer was filtered. 4 slicers: Company, Division, Group and Sales Rep. Need to count number of distinct sales orders based o...
v-xuding-msft
Community Support
5 years agoHi acbg ,
The fields in your slicers are not linked to the ‘sales All’ table?
Try to create such formulas.
If the problem is not resolved, please provide the necessary sample data and screenshots.
- acbg5 years ago
Resolver III
Hi v-xuding-msft
Yes the slicer table is not linked to the sales all table.
Would you mind showing how i could pass multiple values?
And also the formula given has or on the filter, I don't want the values to be passed if its not selected.