Forum Discussion
Anonymous
3 years agoNot applicable
Hi belvoir99,
AFAIK, current filter functions are hard to recognize the difference between not selected and allselected(the default status). So the top two scenarios are equivalent for Dax ISFILTERED function.
My formula can be used to recognize the manually selected on the filter items except 'select all' option.
Regards,
Xiaoxin Sheng
belvoir99
Resolver III
3 years agoThanks Anonymous Xiaoxin! I suspected there wasn't anything else possible but it was good to hear from you!
I won't mark this as a solution because it hasn't solved the problem.
Power BI tries to keep separate dashboard objects and their properties from DAX code and the data. However, it means that it is very limited in manipulating objects according to data value (via DAX).