Forum Discussion
Julian_H
2 years agoHelper II
Slicers 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...
kleigh
2 years agoResponsive Resident
Have 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_H
2 years agoHelper II
Sorry but that doesnt work either