How to filter multiple selection dropdown in Power Apps (Without Delegation Issues!)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 พ.ย. 2021
  • In this video you will learn how to Filter a gallery with a Multiple Selection dropdown using Microsoft Power Apps.
    The use case being able to filter a gallery of potentially thousands of rows with a multiple selection dropdown and being Delegable.
    More Information on delegation here: docs.microsoft.com/en-us/powe...
    This will be a step by step guide on creating the visual with it's logic so you may customize to your needs.
    I'd love to hear feedback and suggestions in the comments.
    More videos to come!
    Let’s connect on social:
    LinkedIn: www.linkedin.com/in/arslan-muhammad-a7a09a106
    #PowerApps

ความคิดเห็น • 20

  • @moinamalek3059
    @moinamalek3059 ปีที่แล้ว +1

    You have the hottest voice😍 I listen to it every night before sleeping

  • @lpdowdell
    @lpdowdell 2 ปีที่แล้ว +2

    Love the 'soft' explanation without the fluff

  • @nandnandan8313
    @nandnandan8313 ปีที่แล้ว +1

    Bro this was amazing. I was searching for this on the entire web and you came to save us!
    Keep it rolling bro...

  • @filiphruska4979
    @filiphruska4979 11 หลายเดือนก่อน

    Saved my life by showing me i can manually define the choices so than it will works in power apps

  • @kizzasamuel4510
    @kizzasamuel4510 4 หลายเดือนก่อน

    Thank you so much, I struggled with combo box multiple selection filters

  • @alexpena9419
    @alexpena9419 ปีที่แล้ว

    Thank you! This really helped me.

  • @adityadeshmukh3150
    @adityadeshmukh3150 2 ปีที่แล้ว +1

    Simply Awesome...!! 🙂👍

  • @guiabcbatata
    @guiabcbatata 2 ปีที่แล้ว

    Thanks a lot!

  • @punamkadam1760
    @punamkadam1760 2 ปีที่แล้ว

    Awesome video

  • @santiagoalvarez1863
    @santiagoalvarez1863 3 หลายเดือนก่อน

    thank you

  • @durgeshbait2875
    @durgeshbait2875 ปีที่แล้ว

    Thanks a lot

  • @natureshore
    @natureshore 5 หลายเดือนก่อน

    you are good. any more videos coming soon? salut!

  • @MrOwenjames24
    @MrOwenjames24 5 หลายเดือนก่อน

    Do you know how you could create this but the gallery only displays items which consist of all selected values. E.g., I have a column which is multiple selection and contains IT, Finance, Marketing on a single item. I select, IT, Finance, and Marketing in the filter - I only want to show items with all 3 values

  • @danielschaupp3330
    @danielschaupp3330 7 หลายเดือนก่อน

    How would you do it if for example Peter Parker works in multiple areas (more than 1 choice) in your sharepoint database. Would the filterprograming be different?

  • @mohitparmar1660
    @mohitparmar1660 11 หลายเดือนก่อน

    How i do in SQL view Table in combo Box ?

  • @stayalive1017
    @stayalive1017 2 ปีที่แล้ว

    What if you have 100 items in the dropdown do you have to hardcode everyone of them in the condition?

    • @Power-Apps
      @Power-Apps  2 ปีที่แล้ว

      Hey Ernesto thanks for the question!
      Unfortunately the only way I know of avoiding delegation on this multi selection dropdown is to hardcode everyone of them using the FirstN-Last approach. An easy way to create a long version of the formula is to use excel.

  • @ming-nomadictrotter
    @ming-nomadictrotter 2 ปีที่แล้ว

    This doesn't seem sustainable if new selections will be added in the future. It means that the filter will have to be edited as well.

    • @Power-Apps
      @Power-Apps  2 ปีที่แล้ว

      Yes I completely agree! However, this is the best method I've found to enable delegation for filtering the combobox with multiple selections.
      One way to future proof it is to write more of the function to prepare for future additions. Thank you for watching!