Learn to Filter SharePoint columns for Power Apps

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 55

  • @steventhawe1598
    @steventhawe1598 Год назад +1

    Thank you, Shane. Despite my years of experience in developing PowerApps, I occasionally overlook the simplest tasks like this, and I truly value your assistance.

  • @dougydoe
    @dougydoe Год назад +1

    I enjoyed that!! I actually replicated it in my environment as I watched it. I've been developing Apps for a while so not particularly a novice but these columns can be problematic when you're in the flow of things and need to do something quickly so as a quick reference, its brilliant!! Yes, a Dataverse video option would be great as well. Thanks for sharing.

  • @hayleeadamson6449
    @hayleeadamson6449 Год назад +1

    I love this video! Thanks for showing all of the options (even a person column! :))

  • @StefaniClaypool
    @StefaniClaypool Год назад +3

    I would like Dataverse video for filtering to compare the differences. Thanks Shane, I took detailed notes today and learned about a lot of simple things I have struggled with that are a lot clearer. now

  • @dankirchner4460
    @dankirchner4460 Год назад +1

    Excellent as always Shane. Big fan!

  • @almanzaralbert1
    @almanzaralbert1 Год назад +2

    Hey, Young. Thanks. Oh yes dataverse and excel too.

  • @siva_playlist0119
    @siva_playlist0119 Год назад +2

    Big fan as always, enjoy your approach to explaining... Please do a Dataverse version too. Thanks

    • @ShanesCows
      @ShanesCows  Год назад

      Thank you. You vote has been added😎😎

  • @oluwatobipaul6171
    @oluwatobipaul6171 Год назад +1

    Thank you Shane. This came in handy

  • @ParrishS
    @ParrishS 2 месяца назад

    This video has been extremely helpful, as have several of your others. I am missing something simple probably . I used this code for a dropdown filter for a sharepoint choice column, but am not sure how to modify it to pull from the lookup. Or(LocationDropdown.Selected.Value = Blank (), LOCATION.Value = locationDropdown.Selected.Value) The name of the column is STATION. The name of the IN THIS COLUMN: is STATION/BUILDING.

  • @MEPsideofBIM
    @MEPsideofBIM Год назад +1

    Great stuff, as usual! 💯
    Cheers!

  • @AhmedBalfaqih
    @AhmedBalfaqih 6 месяцев назад +1

    As usual, excellent video. Thanks.

  • @cvkealey
    @cvkealey Год назад +1

    It's important to note that "User().Email" is actually the "user principal name", which *can* differ from the "email" of the user in Active Directory. Best practice is for those to be the same, but it's quite possible you'll run into situations where it is not. The UPN will be at the end of the "claims" value that's stored in the person column in SharePoint, so I often use that just in case the email & UPN don't match.

    • @ShanesCows
      @ShanesCows  Год назад

      Yup, thanks.😎 I talked about some of that chaos in this video for anyone wanting to dig deeper. ruclips.net/video/845-xtT8y_0/видео.html

  • @avinoamrothenberg1244
    @avinoamrothenberg1244 Год назад +2

    Great summery.
    BTW - you CAN use > < etc. on the ID column. Just use the Value function - Filter('ListName',Value(ID)>20)
    It's not delegable, but works. 🤷‍♂

    • @ShanesCows
      @ShanesCows  Год назад

      Interesting. Still stinks it is not delegable. BOO. Thanks for sharing.

  • @keithdavies9150
    @keithdavies9150 Год назад

    Great video as always Shane, one subject I'd likeyou to tackle is when the PowerApps studio page glitches. I've had a few recently and can't work out the causes - examples include: page completely goes blank, selecting a control and any attribute only shows the fill color.
    The only way out is to reload and override view mode. Very frustrating.
    Keep up the good work.

  • @justinm5330
    @justinm5330 5 месяцев назад

    Hey Shane! Loved this video.
    I noticed your comments about Managed Metadata columns being non-delegable and recommending against using them, however I was wondering what a good alternative would be.
    I have a Sharepoint list with one, for tagging one or multiple metadata 'tags' to certain offices. These would be a static list of items, which is why I opted to use the Managed Metadata column. Currently I've concatenated them into a string (in app) displayed per gallery item in my app to be able to filter by search 'tags' in that concatenated label, but the performance is atrocious unfortunately. Any recommendations?

  • @none-qq9lg
    @none-qq9lg Год назад +2

    Do you have a single app where you can demonstrate all the various features and functions that can be utilised within power apps? Would be great to see!

    • @ShanesCows
      @ShanesCows  Год назад +1

      No, there are 100s or 1000s of things you can do in Power Apps. I wouldn't even know where to begin. Are you looking for technical or business ideas? Maybe I can help.

    • @none-qq9lg
      @none-qq9lg Год назад +1

      @@ShanesCows a combination of both common technical and business elements would be great to see!

  • @victordauden9173
    @victordauden9173 Год назад

    Thx Shane, really interesting. Video idea request if not done yet: Filtering all types of columns for NULL & BLANKS

  • @blairforbes1132
    @blairforbes1132 4 месяца назад +1

    Hey Shane, is it possible to filter the OPTIONS within the dropdown with the values from a Choices column? Basically I have options in the column that I don't want at a specific point in the form and need to "remove" some of the options from the choice column.

    • @ShanesCows
      @ShanesCows  4 месяца назад

      Yes, I don't follow exactly what you are asking but still pretty sure it is yes. :)
      Choices(SharePoint.Column) produces a table. Filter can filter any table. :)
      Filter(Choices(SharePoint.Column), Value = "Buddy is awesome") would do exactly what you think.

  • @chairattangthong
    @chairattangthong 11 месяцев назад +1

    ❤thank you soon much Teacher 🙏❤️

    • @ShanesCows
      @ShanesCows  11 месяцев назад

      You are very welcome

  • @DanSeguin-m4y
    @DanSeguin-m4y Год назад +1

    I have a column in sharepoint list as a hyperlink type, when I created the canvas app, that field is coming up just a text box. Do you have any ideas how to make the field on the form as an hyperlink?

  • @ealexander2488
    @ealexander2488 Год назад +1

    Hi Shane! Can you make a video where you have all these filters together for one gallery to choose multiple filters at one time?

    • @ShanesCows
      @ShanesCows  Год назад

      This video should help you understand how that would work ruclips.net/video/Fstk03c9dcg/видео.html

  • @nicholsodes3621
    @nicholsodes3621 Год назад

    Is there a way to create a collection from a sharepoint, that only contains columns in which a certain value exists? I have a sharepoint list with 400 columns, and i am looking at 1 row of data at a time, but not all columns have values, so i only want to see the columns that meet a specific date criteria? I know this is a horrible setup, just something i inherited and am trying to make the most of the existing structure so that i don't have to completely rebuild it. Thanks!

  • @ericzheng4838
    @ericzheng4838 Год назад +2

    YesNo Column returns a delegation warning with function Not() is because Not(True) actually contains both False value and Blank value. Blank value here means if this column is not mandatory, it might be created with neither True nor False but Blank, so there is actually 3 defined values in YesNo column: True/False/Blank

    • @ShanesCows
      @ShanesCows  Год назад

      Are you sure you can set it to be blank? I think there is a default so if you don't pass yes or no then it will go to default. I don't think it is suppossed to be blank but not sure.

  • @McIlravyInc
    @McIlravyInc Год назад +1

    I use calculated columns for status...in hopes of reducing logic in the app and flows...but of course it doesn't work as (I) intended. :( And I thought about a mirror column but that adds complication as well.

    • @ShanesCows
      @ShanesCows  Год назад

      Sorry, always seems to be some challenge. 🫤

  • @HPTeguh
    @HPTeguh 8 месяцев назад

    Hi, Shane.
    I'm trying to do a filter against a Lookup Column. It returns some data within the collection but it's not returning all of the data based on the filter query. The collection itself only have less than 500 rows of data.
    Any advise?

    • @HPTeguh
      @HPTeguh 8 месяцев назад

      lol nevermind. Found it.

  • @sheezahafeez6202
    @sheezahafeez6202 Год назад

    yes plz make a video on Dataverse also

  • @michelhegeraat5430
    @michelhegeraat5430 Год назад +1

    I'm wondering why my sharepoint lists don't have this Managed Metadata column.

    • @ShanesCows
      @ShanesCows  Год назад

      I wonder if Administrators can turn them off, they aren't very common these days.

    • @michelhegeraat5430
      @michelhegeraat5430 Год назад

      @@ShanesCows Seems I can create such a column, but I don't yet understand the questions asked. I guess these columns only exist when created. I thought they were auto created like ID, created created by. etc.

  • @joek2904
    @joek2904 22 дня назад

    What is the best approach to filter list items over 2000 when you want all items NOT created by the user. is not delegatable... what are our options?

  • @RicksterLuna
    @RicksterLuna Год назад +1

    Dataverse version too please!

    • @ShanesCows
      @ShanesCows  Год назад +1

      Cool. Thanks for the vote 🤩🤩

  • @asimrehan73
    @asimrehan73 Год назад +1

    🎉 i did the 100th like 👍

  •  Год назад +1

    Every data column type on Dataverse. Can't wait. Especially with the corresponding AttributeTypeDisplayName API type field. (●'◡'●)