web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Two filters, one gallery
Power Apps
Answered

Two filters, one gallery

(0) ShareShare
ReportReport
Posted on by 725

Hi all

I have learned a lot, but I don't know how to code in the second filter to show only records that are greater than 0 in the reorder qty column.

Any help would be much appreciated.

Screenshot 2019-12-17 19.38.44.pngScreenshot 2019-12-17 19.38.58.png

Categories:
I have the same question (0)
  • yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hey @Corissandageri 

     

    You can update the expression as:

    FIlter(Table1,StartsWith(Supplier, Dropdown_Sup.Selected.Result) && CQuantity > 0)

     

    Hope this Helps!

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

  • R Bakker Profile Picture
    725 on at

    Thank you, but for some reason, I am still getting the squiggles under CQuantity. Telling me it's an invalid argument, expecting a number value.

  • Verified answer
    v-xida-msft Profile Picture
    Microsoft Employee on at

    HI @Corissandageri ,

    Could you please share more details about the error message within your formula?

    Could you please show more details about the "CQuantity" column in your Table1? Is it a Number column or a Text type column?

     

    I have made a test on my side, please consider modify your formula as below:

    Filter(
     Table1, 
     StartsWith(Supplier, Dropdown_Sup.Selected.Result),
     Value(CQuantity) > 0
    )

     

    Please consider take a try with above solution, check if the issue is solved.

     

    Best regards,

  • R Bakker Profile Picture
    725 on at

    Thank you very much, this worked perfectly.

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.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard