Forum Discussion
Filter not working as expected
- 4 years ago
Hi PowerrrBrrr ,
According to your description, I have done tests that show the results very well, with the following reference.
M_ = IF ( ISFILTERED ( Class[ID] ), "Selected ID:" & SELECTEDVALUE ( Class[ID] ), "No Id Selected" )
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - 4 years ago
Hi PowerrrBrrr ,
I reproduced your problem and it is the filter condition in Filters that is causing the problem.
Remove the fields from Filter on all pages and filter directly by slicer. Refer to the following.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi PowerrrBrrr ,
I reproduced your problem and it is the filter condition in Filters that is causing the problem.
Remove the fields from Filter on all pages and filter directly by slicer. Refer to the following.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Yes that works, but would like to know why this does not work with Filter on Pages??I am here just cleaning the data and removing blank
- v-henryk-mstf4 years agoCommunity Support
Hi PowerrrBrrr ,
ISFILTERED function is to return TRUE when the specified table or column is directly filtered, otherwise it returns FALSE. when the data or blank in Filter is not cleared, the judgment condition will still be in effect. This is the cause of the error.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.