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

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

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

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

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

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

    Love the 'soft' explanation without the fluff

  • @balanradu6246
    @balanradu6246 11 วันที่ผ่านมา

    Finally a good solution!!!! Thanks man!!

  • @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 ปีที่แล้ว

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

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

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

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

    Simply Awesome...!! 🙂👍

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

    Thank you! This really helped me.

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

    Thanks man 🙏🏽

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

    Thanks a lot

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

    Awesome video

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

    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

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

    Thanks a lot!

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

    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?

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

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

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

    thank you

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

    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!