Forum Discussion
Julian_H
Helper II
2 years agoSlicers and Filtering
Hi I have had a request from a work collegue to be able to filter by the value selected in the slicer and a defualt value. e.g. slicer has A B C D E in it The selection is C which will fi...
Julian_H
Helper II
2 years agoHi
I get the following when set up as a measure
kleigh
Responsive Resident
2 years agoHave you tried putting in brackets like (Accounts[Earnout_BoBNAme] = SelectedValue) || (Accounts[Earnout_BoBNAme] = "Z") ?
Sometimes when combining expressions with || the parts associate with a priority that does not match what might be expected.
- Julian_H2 years ago
Helper II
Sorry but that doesnt work either