Announcements
Hello,
I have a data table and currently is filtering by if is null, i want to add another filter possibly to filter by Division to show them group all grouped
Currently i have this filter Filter(DataSource,IsBlank(Response))
How can i achieved this?
@patty789
Could you please clarify what is meant by " I want to add another filter possibly to filter by Division to show them group all grouped". An example here would be perfect.
@mdevaney so i currently have a filter on the Data table in the Items property: Filter(DataSource,IsBlank(Response)) this is filtering if the response is null. I want to add another filter by Division how can i add this to the current filter i have?
In the most basic sense you can just add a comma then the next criteria. My assumption is Division is a Text column in your SP List.
Filter(DataSource,IsBlank(Response),Division = "Human Resources")
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 337 Most Valuable Professional
11manish 173
Valantis 86