Learn to use the PowerApps Filter function

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

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

  • @jimhoeger5232
    @jimhoeger5232 3 года назад +2

    I have done novice programming over many years to support my primary job function. Our IT department recently forced me to abandon Visual Basic and switch to PowerApps. Thanks in great part to your videos, I was able to develop a moderately complex app in a few weeks. Whenever I got stuck on an issue I would ask, "What would Shane have to say about this?". Not only are you a Power Apps Guru, your presentation and ability to explain Power Apps is top notch. Hey, do they award Emmys for You Tube videos?

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

    Shane, I can’t even begin to express my gratitude. I’m so glad I found your channel. Your videos will help me and my small business to skyrocket. Thank you so much. You just gained a new subscriber buddy.

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

      Appreciate that Mario! As a fellow small business owner this make my night. 😎

  • @randyarmy03
    @randyarmy03 5 лет назад +5

    Id be lost without your videos. Thank you sir!

  • @ilearn8950
    @ilearn8950 4 года назад +1

    Still watching and learning in 2020. Hope you are safe and well

    • @ShanesCows
      @ShanesCows  4 года назад

      I am and thank you. Almost to 100 videos so I am still going. Hope the help you

  • @shreyasidutta7902
    @shreyasidutta7902 4 года назад +1

    I love learning from your videos. I can actually assess the tiny details and hurdles that we come across when using powerapps. Indeed learning the trouble that goes into making a pie

  • @kulanathankularajan3951
    @kulanathankularajan3951 5 лет назад +1

    Great Videos. I have just started to work with PowerApps and your videos helped me to build powerful applications.

  • @oscarotalvaro7723
    @oscarotalvaro7723 4 года назад +1

    You are the most extensive source of insights!!!! Thanks a lot for sharing!!

  • @kimgaskins6966
    @kimgaskins6966 3 года назад +2

    Great tutorial Shane but my issue is a bit different. I need to filter values from a table BEFORE loading those items into a gallery. The attribute I need to filter by is a type 'Choices' in the CDS/Dataverse table. I was able to filter against a simple text attribute.

  • @Ikertxu5
    @Ikertxu5 4 года назад +1

    Hi Shane!
    Once Again big Fan!!!
    Lets say now you have a team assigned for the project activities and when one fofthem Mark it as "Completed" notify all teammates on the project
    Thanks!!!

    • @ShanesCows
      @ShanesCows  4 года назад

      Look for ForAll video. 😀

  • @Ilikethisplaylist
    @Ilikethisplaylist 4 года назад +1

    Shane you're a hero !

  • @garrybaker3516
    @garrybaker3516 6 лет назад +15

    Just wanted to say thanks for these videos. They've been incredibly helpful for me on the job. (Please, I'm begging) Keep it up!

    • @ShanesCows
      @ShanesCows  6 лет назад +6

      I will if you promise to keep learning

  • @bennymccormick6308
    @bennymccormick6308 3 года назад +1

    Shane, you are simply the "go to" for so many of us - thank you! The videos are fantastic. I wondered if you can point me to a video where you show how to use "If" with Filter. So for example a gallery would only display those who's favourite colour was RED but only IF they were older than 32 (trying to put this in terms of your data). I have tried using two labels (one showing a criteria for IF and a second for the FILTER criteria. Something like If(AgeBox.Value > 32, Filter('Employees', FavouriteColourBox.Text = FavouriteColour.Value), "")) but I am missing something. I hope I am describing what I want, and I am sure it is an existing video somewhere. Would love a pointer. Again thanks for your helpful videos

    • @ShanesCows
      @ShanesCows  3 года назад

      Filter(Employees, Age > 32 and Color = "Red")

  • @devanshidesai1083
    @devanshidesai1083 2 года назад +1

    your tutorials are very helpful !

  • @AhmedBalfaqih
    @AhmedBalfaqih 4 года назад +1

    Brilliant. How about a dropdown option that filters a gallery, and a button to clear that filter? Thanks.

    • @ShanesCows
      @ShanesCows  4 года назад

      This will help. ruclips.net/video/kLGglidmPxg/видео.html 😀

  • @JoeSmith-su7cl
    @JoeSmith-su7cl 4 года назад +1

    Hi Shane,
    Thanks for all the tutorials. Really informative & easy to follow!
    Cheers,
    Joe

  • @reszzz
    @reszzz 4 года назад +1

    Thanks Shane! You're the man. I used the same method on a data table with the same results.

  • @Ajmciat
    @Ajmciat 6 лет назад +1

    Hi Shane, I just wanted to say thanks for the great videos. I am currently forming some apps for our business in my spare time and your videos are really easy to understand. I will inevitably end up getting a proper engineer on the job but for the time being your input has been invaluable. Take it easy

    • @ShanesCows
      @ShanesCows  6 лет назад

      Awesome. Keep up the good work. I will do my best to make enough videos you can do it all yourself. Also, I will mention if you need help I am always available for consulting. ;)

  • @hiattech
    @hiattech 6 лет назад

    I was hoping you'd go a little more in depth on how to add multiple search parts to a filter. PowerApps automatically created a filter for me that works ok but not great. Here's what it says:
    SortByColumns(Filter('Truck Inventory', StartsWith(Title, 'Search Bar'.Text)), "Title", If(SortDescending1, Descending, Ascending))
    The problem is it only searches the title. I have tried a few ways to get it to also search the Item Description field so we can search by all these areas but I can't seem to find the right setup. I'm also not fond of the "StartsWith" because if the search is for a word later in the name of the field, it won't find it. Suggestions? Is there a "Contains" option? Your videos have been a great help so far. Thanks in advance.

    • @andrewadams8601
      @andrewadams8601 6 лет назад

      Does this work:
      SortByColumns(Filter('Truck Inventory', StartsWith(Title, 'Search Bar'.Text)||StartsWith(Description,'Search Bar'.Text)), "Title", If(SortDescending1, Descending, Ascending))
      Where Description is the name of the item description column that you want to make searchable.

  • @sportslinked
    @sportslinked 4 года назад +6

    Thanks for the tutorials, you are helping me to keep me busy at Covid 19 time.

    • @ShanesCows
      @ShanesCows  4 года назад +1

      Happy to help Andre. Keep learning 😀

  • @kailubbe6302
    @kailubbe6302 4 года назад +1

    thank you. very helpful in explaining the functionality and some of the quirks. looking fwd to doing something like this w/drop down boxes.

  • @robvanbreemen6660
    @robvanbreemen6660 4 года назад +1

    Shane keep on rocking mate! Very helpfull stuff

  • @66518161
    @66518161 3 года назад +1

    Good afternoon, I would like to thank you for all the content you post, I am Brazilian here there is content but it does not come close to your explanations. Thank you very much for your time and dedication, I will continue to follow your publications. Sorry for the writing I am not very good at the language.

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Your English is great. Thank you for the kind words. 🐶

  • @ReverseJP
    @ReverseJP 4 года назад +1

    You are the best! Tanks a lot for your content!!

  • @nizamahmed9599
    @nizamahmed9599 5 лет назад +1

    Your descriptions are very clear.
    I have zero coding experience. I am a heavy excel user.
    Saw this and "PowerApps User Function and intro to Office 365 User connector" and made a PowerApp for my team to track time spent on various JIRA issues on various projects.
    Thanks a lot for sharing.
    Plan to do more apps.

    • @ShanesCows
      @ShanesCows  5 лет назад

      Awesome! Kudos to you for rolling up your sleeves and learning some new stuff.

  • @sgk1966
    @sgk1966 6 лет назад +1

    Hi Shane
    New to PowerApps. Your videos are helping me a lot in learning the basics. Appreciate the sharing of knowledge.

  • @kellymccolgan3603
    @kellymccolgan3603 2 года назад +1

    Great videos...I may be searching the wrong things... but what video would I watch to find out how to open a full record after I have filtered it down?

    • @ShanesCows
      @ShanesCows  2 года назад

      Kelly it depends. If you are using a gallery to find a record and then want to view it you will most likely want to do that with a form control. ruclips.net/video/yT4gGVunU0o/видео.html Or my free 101 class might help you connect the dots better. training.powerapps911.com/courses/power-apps-and-power-automate-getting-started

    • @kellymccolgan3603
      @kellymccolgan3603 2 года назад

      Shane... Thank you so much... You have literally made my day... I spent hours on this today and have now resolved!! Thank you so much!!

  • @CuratedHistories
    @CuratedHistories 2 года назад +1

    How do you do the multiple filters using a search box as well? Is that possible? Thank you so much for the video it was great and very helpful the best one yet bc you included some ways it could break.

    • @ShanesCows
      @ShanesCows  2 года назад

      Amy this video show Search around a filter. I think that should get you on the right track. 😁 Power Apps Search and Filter Function with SharePoint + Workarounds
      ruclips.net/video/lYi24okXDPs/видео.html

  • @soliderarmatang5664
    @soliderarmatang5664 3 года назад +1

    Thank you so much Shane!!! This helped me greatly!!!

  • @mahesh1984c
    @mahesh1984c 2 года назад

    Hi Shane, Great video, Small request , Kindly show us if you using any lookup data columns from SPO lists, Could you please let us show also list data another videos how using in power apps

  • @wesleyvanderblom
    @wesleyvanderblom 6 лет назад +1

    Great instruction. Got it working after some ‘trail and error’ with CDS database. Your video helped a great deal!

    • @ShanesCows
      @ShanesCows  6 лет назад

      Very cool. I haven't tried it with CDS yet.

  • @mauricevold8753
    @mauricevold8753 4 года назад +2

    Thanks for this helped me out greatly. Love the demos you do...

    • @ShanesCows
      @ShanesCows  4 года назад

      Glad to hear it!

    • @mauricevold8753
      @mauricevold8753 4 года назад

      @@ShanesCows unfortunately not didn't quite do what I wanted. On a form we want to pull the list of choices from SharePoint choice field and then set the default on the the field based on a selection from a different field...just not working. Thinking it has to do with the fact powerapps see that field as a record with all the fields of SharePoint in it. Going to tinker more when I get time to see if I can make it work.

  • @rlfleck1981
    @rlfleck1981 3 года назад

    Hello Shane, thank you so much for producing PowerApps videos that are easy to follow and explain the mechanics. Sure it is possible to secure what a user has access to by security groups. For example in my app I need give teams of people access to specific areas in the app through the gallery. For instance say my departments are Peru, India, Ireland, and US, a team needs the ability to access Peru, but not see the other departments.
    Thank you in advance for your help. Keep up the great work.

    • @ShanesCows
      @ShanesCows  3 года назад

      Try out this video for some ideas. ruclips.net/video/0MB-z9cyFCQ/видео.html

  • @StephanOnisick
    @StephanOnisick 3 года назад +1

    Good Coverage. Thanks!

  • @tanishamatthews2540
    @tanishamatthews2540 6 лет назад +1

    Great videos. Would have been nice to see the detail in your SharePoint list. I'm a newbie and it would have helped me put things together much easier since we went so fast viewing the filter. Thanks for posting.

    • @ShanesCows
      @ShanesCows  6 лет назад

      Sorry Linda. Did you get it figured out? I will try to do better in future videos. Thanks for The feedback

  • @NabranAboubacar
    @NabranAboubacar 4 года назад +3

    2020 and still lokking at this, nice jo, thx for sharing i appreciate, it's helps me a lot

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

    Hi Shane,
    How do I filter a table from a guid/lookup colum from a different table with an equivalent of "Not In" operator?
    Example
    There are three tables OOTB tables in D365 Field Service.
    Opportunity
    Name: ABC
    Opportunity Product
    Opportunity: ABC
    Product: 1
    Product: 5
    Product: 10
    Product: contains 1 - 10
    What kind of Filter syntax to show a list of products that are not in the opportunity ABC? Meaning, the result should return product 2, 3, 4, 6, 7, 8 and 9.

  • @lakshmipopuri8406
    @lakshmipopuri8406 5 лет назад +1

    Hi Shane,
    Thank you for the video - I have no much experience in coding. the way you described using filter is very clear. Thanks again.
    I am trying to edit a sharepoint list display form in powerapps, to show corresponding records from other sharepoint lists based on a common field in both the lists.
    How do I put up this condition - If "commonfield" value in the first list selected item is "X", the second list should filter list items with "X" value in same "commonfield". Here "common field" is the field present in both the lists.
    I tried to put in condition by comparing 2 fields directly from both lists - Filter(List2, list1.commonfield = list2.commonfield)
    Powerapps say '=' is invalid argument type and 'list1.commonfield' would not work correctly with larger data sets - delegation error!
    Appreciate your inputs on this.
    Thanks again.

    • @ShanesCows
      @ShanesCows  5 лет назад

      Look for my video on SharePoint Lookup columns or a video on cascading Dropdowns. Both should help.

  • @pavanhjkumar6003
    @pavanhjkumar6003 3 года назад +1

    Nice content. If I wanna store filtered results into a variable, how can I achieve that?

    • @ShanesCows
      @ShanesCows  3 года назад

      To store a table of results you would use a collection ruclips.net/video/yS6mTRlmuls/видео.html

  • @masgitz
    @masgitz 3 года назад +1

    You're the man!! One question, can I go to next gallery item if I'm in one of the detail pages?

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Possible? Yes. Easy no. Lots of tweaks required but no quick answer. Sorry

  • @donlandry4436
    @donlandry4436 4 года назад +1

    Hi Shane great video I have a filtering question I hope you can help me with. I have one SP List called Hospitals and Sponsors (SP List1) that is a list of that I need to use to filter data selections in another list called Project Requests (SP List2). The filtering needs to work on both New and Edit SP form modes. For example, I have a field called Request Type in both lists that has the values of Hospital and Non-Hospital and a field called Location that has values of States (AK, AL, ME) for hospitals and "Corporate" for Non Hospitals . When I select Hospital in SP List2 I need my location field in SP List 2 to go to SP List1 figure out all the locations that match "Hospital" and filter my Location drop down in SP List2 to only match the locations found for "Hospital" in SP List1. The idea is the customer can add new Locations in SP List1 and they will just show up when they are adding new Project Requests to SP List2. Would you have any ideas on how this could work? Also if the customer edits the item I also need "Location" in SP List 2 to show the saved value in SP List2 but also only show the filtered values allowed. Any advice would be appreciated.

    • @ShanesCows
      @ShanesCows  4 года назад

      Look at one of my videos on relationships. I think that will help. Maybe this one ruclips.net/video/43ekj5MlNJU/видео.html which isn’t exactly what you want but the right concept

  • @DavideGalloni
    @DavideGalloni 2 года назад

    Hi Shane, thanks for your very useful videos. I have a similar situation in my project, my biggest difficult is this: How can I do to filter gallery2 starting from value of "task" in gallery3?? Using your example: In my search text I write "Go to the kitchen" as a task, and in Gallery2 my result is "Do the dishes" ??? I'm trying using "in" in my filter but I have delegation problem!! I'm doing crazy!! Have you some suggestion for me???

  • @prasadprasad6442
    @prasadprasad6442 6 лет назад +1

    Hi Shane, Suppose I need to use only one DataTable to display from SharePoint. But i have to display only two columns out of 8 columns based on selection of buttons.
    My Scenario: If I select "customer" button i have to display "customer" column and "Title"Column. If I select "Product" button i have to display "product" column and "Title"Column.....Similarly for other columns too. The thing is I have to make use of single data table to display only two columns out of 8 columns based on button selection

    • @ShanesCows
      @ShanesCows  6 лет назад

      I relied to Prasad in email but in case anyone else is wondering what I would do is use multiple data tables on top of each other. Then only make the one visible that shows the columns I want to show.

  • @mhg1608
    @mhg1608 4 года назад +1

    Hello Shane and thanks for all the knowledge you share. Do you have any example of a gallery within a form that populates with the information that I write in that form? Example (but is not what I'm going to do), an invoice system. Where for a client you should write several lines of products. Do you understand what i want to do? Thank you.

    • @ShanesCows
      @ShanesCows  4 года назад

      I think this is what you want. ruclips.net/video/xgznk4XlPCo/видео.html

  • @hostfunding7034
    @hostfunding7034 6 лет назад +1

    - Great stuff, you are really helping me. I am designing something amazing for our workplace and you are going to be our saving grace. THANKS! I know I will have questions and will send through to you. Would love to show you what I came up with in the end, as a non-developer who just wants to make life easier (oh, and enjoys this stuff!). Thank you for being so clear and being very honest about what works, what doesn't and what wastes time. So helpful!

    • @ShanesCows
      @ShanesCows  6 лет назад

      Feel free to email me shane @powerapps911.com anything you want to share. Thank 😻

  • @MsAmyrock
    @MsAmyrock 4 года назад +1

    Hi Shane! I love your videos so much, finally I can understand not just how to do something in PowerApps but I also understand why it works! I am having an awful time understanding nested filters. For example I have a list of schools, I have another list of jobs, then I have a list where you pick a school from a lookup to the school list, and you pick a job from a lookup to the job list and then you enter the number of that job assigned to that school. So three lists. In one of my screens I want the user to pick a job from the job list and then in a gallery I want to show all the schools that DON'T have that job assigned to them. I'm dying.....it takes me so long to figure it out (like hours) and when I do finally get it working I am not even sure what I did to make it work. If anyone can explain it you can. Can you help? Do you already have a video that might cover this? Help me Obi-Wan, you're my only hope.....

    • @ShanesCows
      @ShanesCows  4 года назад

      This video is probably the best advice I have. 😑 !(job = jobtocheck) is how to do that part.

    • @MsAmyrock
      @MsAmyrock 4 года назад

      @@ShanesCows Thanks Shane! I figured it out....and documented my solution so I know what to do in the future!!

  • @kavz2212
    @kavz2212 5 лет назад +1

    Hi Shane, your videos are amazing. I have a query with respect to this video, do you have another video which explains how to edit the specific entry which we get as a result of filter?

    • @ShanesCows
      @ShanesCows  5 лет назад

      Maybe look at some of my content around forms or patch for help editing data.

  • @zoduek
    @zoduek 2 года назад +1

    Good afternoon Shane! Thank you for your videos. They have helped me a great deal in my new job as a Power Apps dev (I was a software tester for almost 10 years). I have been making updates to our company's internal newsletter, which is created using a canavs app, and sent out via a power automate flow. In the canvas app, there is a search box used to find existing entries, but it is clunky and doesn't return all of the results. My data source is a Sharepoint list that currently contains just 640 entries (It has been around 2021, and is growing). I want to improve the search function so I want to use a filter function that will look at several columns in the SP list. How can I fix the following formula so the red triangle goes away?
    Search('Weekly Digest', TextInput1.Text, "Group", "Category", "Title", "Narative", "Client")
    TextInput1.Text is the new text box I created for the employees to enter their keywords (and where I want to put my filter function). I realize narrative is spelled incorrectly... but that it how it appears at the bottom of the screen when you highlight the column name in the SP list setting screen (the list predates my employment here). Also, I need to make sure it is truly searching the keyword(s), and not only finding an item the if the search term is the first word. Can you help me?? Thank you in advance!

    • @ShanesCows
      @ShanesCows  2 года назад

      Did you see this video? It should help? ruclips.net/video/lYi24okXDPs/видео.html

  • @mclark23
    @mclark23 3 года назад +1

    Shane. How do I put a button that searches in a (large) Sharepoint for the User and any of the other columns, but get too many hits so I need a secondary search of the supplier, so first it was user "x" and supplier "any or all" by default but then it's User "x" and supplier "intel".

  • @scoozilife
    @scoozilife 3 года назад +1

    Hey Shane I have come across something I cant find on your videos, I know crazy ;), and I cannot find it anywhere else either. What I am trying to do is sum a column of number values in a gallery in a gallery =D.
    What I have is an outer Side-Scrolling Gallery of classes where each item has a Vertical-Scrolling Gallery full of time entries for labs for that class. For example It shows a Gallery for the 2 labs that student A has, Science 111 and Math 111. This means my side-scrolling gallery now has 2 items in it. Each of those items has a gallery in it that filters the master time sheet to only show items for that student in that class's lab. So if student A signed into the lab on the 5th and the 7th for 45 min and 60 min, there would be 2 entries inside the inner gallery that would have the Date, Time In, Time Out, and Minutes Logged for each of those times. I have this working and I even have the total minutes showing for each of the inner galleries in powerapps. My issue is that I need to patch those times up to the SP list and to do so I have tried the follow with no luck:
    ForAll(ClassList,Patch(MasterRoster,LookUp(MasterRoster,StudentID=Value(student.StudentID) And ClassCRN=Value(ThisRecord.ClassCRN)),{TotalMinutes:Sum(Gallery4.Selected.Gallery3.AllItems,TimeLogged)}));
    Hopefully this is possible and I'm close! Thanks for all the videos!

    • @ShanesCows
      @ShanesCows  3 года назад

      Hey Mike. Sorry I am slow. I hope you got it. I am sure it possible but that is a tricky one for sure!

  • @sebastiangonzalez589
    @sebastiangonzalez589 4 года назад +1

    Brilliant! Thank you very much for all of these tutorials!

  • @andrewcowland5968
    @andrewcowland5968 3 года назад +1

    Thanks Shane, Pretty new to this and love your videos. I'm trying to add a Filter to show all records except for one type. I can set the 'Project Status'.Value = "Open" and I know I can't use "Closed" with SP lists. How can I show all records except those the are marked as "Closed"

    • @ShanesCows
      @ShanesCows  3 года назад

      With SharePoint might be easiest to do all of the positive. Status = Opened Or Status = pending Something like that.

  • @justinpollard5774
    @justinpollard5774 4 года назад +1

    Hi Shane, another great video! :) I have a bit of an issue with date picking and live filtering; the drop-down boxes and input fields all auto-filter the gallery I'm wanting to fix, but the date-picker (I have two pickers to determine a range) doesn't auto-filter. If another input is changed it'll filter then, but it doesn't filter by itself/doesn't filter live like other. Apologies for the bombardments of questions lately

    • @ShanesCows
      @ShanesCows  4 года назад

      Justin see if this video helps you think through how better ruclips.net/video/kLGglidmPxg/видео.html

  • @kanishkaroychowdhury4050
    @kanishkaroychowdhury4050 4 года назад +1

    hi... as usual great video on filter function. how can i search multiple columns like name or address or phone number (means or criteria) from a single text box using filter function... can u plz let me know?

    • @ShanesCows
      @ShanesCows  4 года назад

      Try the search function instead ruclips.net/video/FaTnOOc34os/видео.html

  • @ResponsibleXI
    @ResponsibleXI 4 года назад +1

    Hey Shane, There isnt a single day passed in past week without me watching your videos. Keep up the awesome work. I love your videos. Do you have the video explaining about Lookup function using SharePoint lists? If so, can you share me the link?

    • @ShanesCows
      @ShanesCows  4 года назад

      Glad to help. Maybe this video? ruclips.net/video/43ekj5MlNJU/видео.html

  • @bengillard4343
    @bengillard4343 6 лет назад +1

    Hi, is it possible to see a screen shot of the three lists you used as the data source for the three galleries? Thanks in advance

    • @ShanesCows
      @ShanesCows  6 лет назад

      Ben did you get this figured out? If not email me and I will send you the screenshots.

  • @reypangilan7157
    @reypangilan7157 4 года назад +1

    Hi Shane , thanks for this tutorial. I would like to ask a tutorial on how to summarise expenses by category base on selected employees name.

    • @ShanesCows
      @ShanesCows  4 года назад

      GroupBy function is the answer but would be a good video.

  • @ahmad.schigdar
    @ahmad.schigdar 4 года назад +1

    Awesome content as usual!

  • @deepshah8701
    @deepshah8701 6 лет назад +1

    Hi Shane, Thanks for your videos. I have an app with 2 dropdown filters and a search box. But now Im trying to create a button that will clear all the filters and give me all the list . I tried a few ways but nothing seemed to work well. Do you know how I can do that?

    • @ShanesCows
      @ShanesCows  6 лет назад

      Usually, in those complex scenarios, I use the filters/search box to create a collection. And then have the gallery just show the collection. That way my reset button can reset the controls and the collection.

  • @akshaynm
    @akshaynm 4 года назад +1

    Hello Shane, Many thanks for the nice tutorial. I have a question here. How can I filter an entire screen based on several criteria? For example: I have two Cities New York and Washington. When the user opens a specific Screen, then all the items should be displayed which comes under Washington only. How to achieve that?

    • @ShanesCows
      @ShanesCows  4 года назад +1

      Set a variable based on the screen and the use that to filter. If will be your friend.

  • @patrickrivers779
    @patrickrivers779 4 года назад +1

    Great video ... I'll be watching many more of them. I just have one nagging issue. My filter box says "This data type is unsupported for evaluation | Data type:Control".

    • @ShanesCows
      @ShanesCows  4 года назад +1

      You set the value to TextInput instead of TextInput.Text

  • @GosraStudios
    @GosraStudios 3 года назад +1

    Thank you Shane. I got lost where you delete ThisItem from the Items property on 15:45 and on 17:35. I get an error when I remove ThisItem. It would also be great to include your data sources. I'm getting confused about where you are getting the values that you type in the Filter function around 18:20.

    • @ShanesCows
      @ShanesCows  3 года назад +1

      ThisItem used to be optional. Now it is required. Some of my data sources info and lots of the apps are available to subscribers at training.powerapps911.com to the Curated Library.

    • @GosraStudios
      @GosraStudios 3 года назад

      @@ShanesCows Thank you so much Shane. I was beginning to go crazy.

  • @tingzhang9393
    @tingzhang9393 4 года назад +1

    Thanks you for your sharing! Help me so much

  • @ucnguyenqui7630
    @ucnguyenqui7630 4 года назад +3

    Hi,
    firstly, thank you so much for sharing :). I want to ask a question that instead we use 3 different datasources, can i use only 1 data source but show different fields?
    For example, i have a SP list contained all fields from Project name, project task and project detail. Can i do the same as yours? Thanks in advance and hope to get your response.

    • @ShanesCows
      @ShanesCows  4 года назад +1

      Yes. Each gallery you control what fields you show so should work.

  • @pathimohanadurgasai7816
    @pathimohanadurgasai7816 3 года назад +1

    Hi, Can we search multiple text fields of gallary ( like.. Title, place, manger etc...) from single search box.. using Filter option.
    Note: I am already showing a specific user data in the gallery

    • @ShanesCows
      @ShanesCows  3 года назад

      Yes. Look for my video on Search functionality . ruclips.net/video/FaTnOOc34os/видео.html

  • @techiepm
    @techiepm 5 лет назад +1

    Hi Shane. Thanks for this video, this was my first day with PowerApps but still it clarified Filter Function effectively ---- but one thing I am not clear of, I am building a simple TimeSheet solution using PowerApps (based on a SharePoint List) in my powerApps list I want to show only those List items which are "Created By" = [Me] ...how can I achieve that?

    • @ShanesCows
      @ShanesCows  5 лет назад

      I have a video on the User function. That does the Me from SharePoint. 😀

  • @jennasoltesz962
    @jennasoltesz962 4 года назад +1

    Shane, thank you for making this channel. Your videos have helped me so much. I have been trying to build a more robust search box that will return the correct items even if the user enters the words in the incorrect order. For example: if the title of the item is Blue Cat I want the item to still show up if the user enters Cat Blue into the search box. Do you have any suggestions on how to set this up in PowerApps? Thanks in advance!

    • @ShanesCows
      @ShanesCows  4 года назад

      I don’t have a good answer here. 🧐 Not saying not possible but no one has asked before so I got nothing off the top of my head.

    • @jennasoltesz962
      @jennasoltesz962 4 года назад

      Thanks for getting back to me. I did find a way to do it using the split function for future reference!

  • @mehdiz110
    @mehdiz110 5 лет назад +1

    Hi Shane, Thank you for the video, I am new to Powerapps,

    1) Can you explain the line at 15:38 which says Project = Gallery2.Selected.ProjectName in filter function.
    2) what is the data type of "Project" column.
    3) what is the data type returned after using Gallery2.Selected.ProjectName ?
    4) I am asking these because I had a lot problem when I tried to filter Contact gallery when user clicks on Account gallery. For this I used following code Filter('Contacts', GUID('Company Name') = GUID(Gallery1.Selected.Account)) . I do not know how much good is this for performance wise.
    Thank you Shane

    • @ShanesCows
      @ShanesCows  5 лет назад

      Depends on what type of column you made Project.

  • @jayveebarretto5985
    @jayveebarretto5985 4 года назад +1

    Hi, Shane Young! Great video, btw. But i have question. How can I filter sharepoint list using values from other list. My process is I want to check if this value from ListA is existing from ListB, then if true, i will show the data. Thanks!

    • @ShanesCows
      @ShanesCows  4 года назад

      Adapt this concept ruclips.net/video/Ap3_Ea9H8b0/видео.html I didn’t want duplicates you do 😀

    • @jayveebarretto5985
      @jayveebarretto5985 4 года назад

      @@ShanesCows The thing is I want to use it inside of my ClearCollect function. If this value exist on another list, I will collect the data. Thanks! :)

  • @nsgaming1928
    @nsgaming1928 2 года назад

    Hi Shane, thank you so much for this video. Can you please confirm/help if this works with same list as well? Means I would like to show all the items belongs to 1 category in a second gallery.

  • @BerndStoeckel
    @BerndStoeckel 3 года назад +1

    Thanks a lot for your videos it's great help!
    What I am looking for now though and couldn't find its a way to add multiple new records to a SharePoint list. Is it possible at all?

    • @ShanesCows
      @ShanesCows  3 года назад +1

      I think the concept you are looking for is in this video ruclips.net/video/mbKovagC7As/видео.html

    • @BerndStoeckel
      @BerndStoeckel 3 года назад

      @@ShanesCows thanks a lot!

  • @mauvaldes6507
    @mauvaldes6507 4 года назад +1

    BEST REGARDS & THX A LOT FROM MEXICO!

  • @threewiseman1
    @threewiseman1 5 лет назад +1

    Hi Shane, thanks for all your videos. Do you have a video about using the 'Search' or 'Filter' function for a 'Choice' column in a Sharepoint list? No matter what I try, I get an error message - usually along the lines of 'Wrong type. Expects text type'.
    I trawled forums and documentation high and low but can't find any useful information on this.
    I would love for end users to be able to search for items by the 'Week' choice column in the Sharepoint list (eg: Week-01, Week-02 ...etc).

    • @millerman5434
      @millerman5434 5 лет назад

      Shane, I'm having similar issues as threewiseman1. Looks like I am running into delegation problems when I try to filter by the choice column from the sharepoint list. I've figured out that I can create a collection from the sharepoint list, add a new column using the values from the choice column and then filter from the newly added column to get the gallery to show what I want. However, this doesn't help the overall project I'm working on because I still need to be able to edit and update the original sharepoint connection in the edit screen. How would I do that?
      The project I'm working on is a simple status update app that a field agent can use to respond to new task requests entered in the sharepoint list. The sharepoint choice column that I'm referencing and having trouble with happens to be a status column. SInce there are many rows in the list, it only makes sense to display SP list records that are "open" and filter out the ones that are "complete." Am I on the right track with using a collection on the gallery?

  • @letsmakeit356
    @letsmakeit356 5 лет назад +1

    Hi shane, thankyou for sharing such knowledgeable video,
    Can you share a video on user based information access, user can see only that info which he is allow to see.

    • @ShanesCows
      @ShanesCows  5 лет назад

      You can do that with filter or hiding button. Also, look at CDS it has some data security options.

    • @letsmakeit356
      @letsmakeit356 5 лет назад

      @@ShanesCows Thanku sir,
      I have one more question
      I made a power app from ms excel, but most of the time while i submit the form i get an error "your data source may be invalid" i tried so many times but still the same error coming, i also change table name, i tried with approx 30 forms but still not found what is the exact reason. Do you have any idea.

  • @shinkakida
    @shinkakida 6 лет назад +1

    Hello Shane, first your videos are life savers. I have a quick question. If I want a list to display as a gallery filtered on the current user (I.e. I have Sharepoint list filtered to [me]) how would accomplish the same thing in a powerapp?

    • @ShanesCows
      @ShanesCows  6 лет назад

      Filter(SharePointlist, emailcolumn = user().email) is an example

  • @samh6073
    @samh6073 5 лет назад +1

    Hey Shane, thank you for the video. First off I'd like to say I am a complete beginner with PowerApps and coding language and this is also my first attempt at a PowerApp. I'm having issues using my TextInput box to filter my data source. I tried using your formula but everytime PowerApps says that the TextInput box is unsupported for evaluation due to my data source being "data type = table" and my filter text box being "data type = control". Instead of trying to filter a sharepoint list gallery I am trying to filter a gallery for an Excel spreadsheet from OneDrive. Is there a different formula I have to use? Below is the formula I am currently using from your video.
    Formula Filter(datasource, FilterTextBox.Text = Title)
    Thank you!

    • @ShanesCows
      @ShanesCows  5 лет назад +1

      Filter(datasource, column = control.text) 😀

  • @joan322
    @joan322 4 года назад +1

    Hi Shane!
    Is it possible to use this function if I have one list, where I would like see the items in gallery 2 based on status. So I have two lists like you, the first would be something like "active, closed, in progress" - Gallery two should show the items that is in active if selected in gallery one? How would one do this - or are you able to link to the data sources that you have used to see the information? :)
    Have a nice day!

    • @ShanesCows
      @ShanesCows  4 года назад

      Look at my video on cascading Dropdowns for that concept covered from a different perspective

  • @alixkashdan4032
    @alixkashdan4032 6 лет назад

    Hi Shane, your videos are super helpful! Is it possible to apply a search function and a filter function to the same gallery? I'd like to make it possible to search all columns, and also make it possible to filter by specific columns. I've gotten the search and filter functions to work separately, but I'm having trouble applying them both to a single gallery. Thanks!

    • @ziadhamandi3595
      @ziadhamandi3595 6 лет назад

      I am in the same predicament Shane. I need to search for a specific text but display the result filtered by those records greater or equal to today.

  • @eklavyabishnoi
    @eklavyabishnoi 5 лет назад +1

    Thank you so much for your videos. I will be grateful to you if you can guide me that how can I use Distinct with the Filter results that we have received. I am using a combo box whose feed comes from the filter command of another drop down.

    • @ShanesCows
      @ShanesCows  5 лет назад +1

      What are your formuls

    • @eklavyabishnoi
      @eklavyabishnoi 5 лет назад

      I am first using Distinct (Table2, Final_Status)
      This helps me find out the status of the material using table 2 that whether it is delivered, in inventory or production.
      Once this is doing out I used control box to filter only those customers whose materials are delivered , in inventory or production .
      The issue that I am facing is that I am not able to find the distinct customer names because there are multiple materials that are brought by the same customer therefore the name of the customer is repeating multiple times in the drop down of the control box.
      I am trying to make an app that provides the status of the customer order.
      And have a table with all all the status and customer order. I need to filter specific fields depending upon previous chosen values. So I made dependent control boxes over the other control box inputs.
      I hope this makes it clear.

    • @eklavyabishnoi
      @eklavyabishnoi 5 лет назад

      @@ShanesCows
      For the drop down = Distinct (Table2, Final_Status)
      I use a drop down
      This drop down feeds into Controlbox
      Items = Filter(Table2, Status = 'Dropdown1 - Status'.Selected.Result)
      Display Fields = ["Ship-to_x0020_Name","Sales_x0020_Document_x0020_Item"]

  • @julireid9574
    @julireid9574 4 года назад +1

    Every time I watch one of your videos, I up my game that much more. This is great! I am creating an app that will allow complete management of items in a list without having to go to the list at all. One of my galleries is used along with a form to input new records. I have the this gallery filtered to show only items created by the current user and created today(). The app opens to this screen. What settings do I need to change so the frame and first item separator of the gallery are visible before any new records are added? The page is empty except for the Title I added and the NewForm. The gallery itself is not visible until the first record in the current session is added.

    • @ShanesCows
      @ShanesCows  4 года назад

      Hi Juli. You would have to write a formula for visible that didn’t show the other stuff while that first field was blank.

  • @joymedvecky2659
    @joymedvecky2659 5 лет назад +1

    Hi Shane, lovin' the videos! I'm having an issue and am not sure if it's due to the changes in PowerApps over that past year: I'm being told that I've created a circular reference every time I follow your steps. Thinking I did something wrong, I started from scratch a few times, but still nothing... any thoughts on this?

    • @ShanesCows
      @ShanesCows  5 лет назад

      Joy I am guessing you have the code in the wrong property maybe? What does your formula look like and where did you put it?

    • @joymedvecky2659
      @joymedvecky2659 5 лет назад

      Not sure exactly what I had as I decided to tare down and rebuild - of course it's now fine!

  • @nicolasciampone1515
    @nicolasciampone1515 3 года назад +1

    Hi! great vid, little question. Is the Title that you use in the logical test the name of the column in the sharepoint list or the name of an element inside of the gallery?

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Title is the SharePoint column name.

    • @nicolasciampone1515
      @nicolasciampone1515 3 года назад

      @@ShanesCows thanks a lot, Shane! keep up the great work :))

  • @ghuerren
    @ghuerren 3 года назад +1

    Tx for the vídeo! I’m struggling to filter a main gallery by data fields inside a nested gallery. Any thoughts?

    • @ShanesCows
      @ShanesCows  3 года назад +1

      Yikes. I haven’t done that in a long time. I don’t have an easy suggestion. Sorry

  • @tanjiaxin8815
    @tanjiaxin8815 4 года назад +1

    How do you filter for more numerical and text data fields in one 'search box'? My database is 'Office Equipment', while my text field includes 'Department name' and numerical field includes 'serial number'.
    How should the code look like?

    • @ShanesCows
      @ShanesCows  4 года назад

      The search function only works on text columns. 😑

  • @sagaisaac
    @sagaisaac 5 лет назад +1

    Thanks for your video! It helped me a lot!

  • @jameslbetteridge
    @jameslbetteridge 5 лет назад +1

    Hi Shane, Firstly, thank you for these tutorials they have been a massive help to me in understanding how PowerApps work. I have a sharepoint list with 30+ columns and am trying to build a power app to enable me to better manage that data (it's an order tracker for hosted telephony). I can display the fields I want in a data table but only want the records that are not marked as complete to show in the table (so as to track the states of in progress orders). My sharepoint list has a field called "Order Status" which, in sharepoint is a "Choice" field. WHen I am trying to filter the info in this data table, I am hitting errors. I'm very new to this so am probably missing something really simple, but the filter statement is along the lines of "Filter('PBX Systems'.'Order Status', 'Order Status' "Complete")". Can you tell me what I am missing?

    • @ShanesCows
      @ShanesCows  5 лет назад

      Filter('PBX Systems', 'Order Status' "Complete") Seems like it should work.

  • @timtruax3093
    @timtruax3093 6 лет назад +1

    You have been very helpful in getting me up to speed on PowerApps. Thanks! Shane. A quick question: How do I know when to put something in quotes? IOW, what kinds of things must be in quotes, and when is the name of the object (sans quotes) the right syntax?

    • @ShanesCows
      @ShanesCows  6 лет назад

      Text is always in quotes. Sometimes column names inside of functions are in quotes. (Like SortByColumns and Search). I don't know I have a solid answer here. You Just have to kind of figure it out. The best way is if you look at what the formula is suggesting in the dropdown as you type that is a hint. Sorry for a weak answer.

  • @ianreilly4763
    @ianreilly4763 4 года назад +1

    Hi Shane, Thanks for your videos, they're a great asset to power-apps. I have a question. When you select the play button on top right to view the gallery, I don't get any fields showing up. Just a blank screen. Any idea why this maybe the case? Thanks in advance.

    • @ShanesCows
      @ShanesCows  4 года назад

      I would look at your items property again. Also check you have a label that is set to show a field with data

  • @craigjenkins6917
    @craigjenkins6917 6 лет назад +1

    Great video again Shane. Is there a way to created Sumifs in powerapps? So if I wanted to do something like the following how would this be done. Sum of column Days, where column Name = Name=User().FullName and column Status = Approved So in Excel it would be something like =SUMIFS(H:H, G:G, "Approved", A:A, "Craig Jenkins")

    • @ShanesCows
      @ShanesCows  6 лет назад

      Hmmm. In my head it is something like this:
      Sum(Filter(datasource, Name=User().FullName and column Status = Approved), Days)
      That isn't working code but I think enough to get the wheels turning for you.

  • @enzisatine4918
    @enzisatine4918 6 лет назад +1

    Hi Shane! this video is very helpful -thank you so much!
    However, I am having issues with my data source. I have a excel file with more than 10,000 records but PowerApps only shows 2,000 records when I do the filtering. What is your recommendation in this case?
    Thank you!

    • @ShanesCows
      @ShanesCows  6 лет назад

      You need to read up on Delegation in PowerApps. docs.microsoft.com/en-us/powerapps/maker/canvas-apps/delegation-overview Long story short for that much info I think you will need to consider a different data source.

  • @aimeemullins2926
    @aimeemullins2926 4 года назад +1

    Hey Shane! thanks for the video it was so helpful, i was wondering if i would still be able to use the groupby function with this filter I have a gallery with many replicated items at the moment I have this- Filter('Index Resources',WWorEMEA= MyProfileResources_1.Selected.WWorEMEA), GroupBy('Index Resources',"titlegroups","empty2") where empty2 is where I want to group the data and titlegroups is what I want to group from my sharepoint list (index resources)

    • @ShanesCows
      @ShanesCows  4 года назад

      That seems like it would work.

    • @aimeemullins2926
      @aimeemullins2926 4 года назад

      @@ShanesCows Hi Shane, the error is for the comma and I have tried a semi colon instead but same error still.

  • @safiyap4085
    @safiyap4085 4 года назад +1

    Thank you so much. Can you make a video on how to use filter function to do Type ahead drop drown field? That list coming from a different SP list and its a metadata column
    Thanks again

    • @ShanesCows
      @ShanesCows  4 года назад +1

      Powerapps doesn’t really do type ahead. Try a combobox with IsSearchable set to true. Might be what you need

  • @MeghanStark
    @MeghanStark 5 лет назад +1

    Thank you so much for this, it's incredibly valuable and precisely what I need to build for a client of mine! You are straightforward and very knowledgeable.

  • @BrettWalter-g4f
    @BrettWalter-g4f Год назад

    Hi Shane. I can't seem to figure my issue out. I want to create a gallery that filters a master list of employees from SharePoint. The filter would be their employee number. I need the gallery to see which employees are listed on various other SharePoint lists. So if an employee is on the master list, the gallery would show which, if any, of the 4 sub lists I have.

  • @konstruktionsburojb6848
    @konstruktionsburojb6848 6 лет назад +1

    Thanks again for a clear and concise video. The expression "Filter(’Project Details’,ProjectName = Gallery2.Selected.ProjectName, ProjectTask = Gallery3.Selected.tasks)" makes perfect sense to me , but how about using a DatePicker control in stead of a gallery for the second logical text?
    I am building an app that allows a production manager to keep track of hours used by external employees on a given case pr. day. The user selects case and relevant date and the app presents which external employees were on site and how many hours each used in a DataForm. My expression looks like this: Filter(ExternalWorkers; Titel=GlryCases.Selected.Title2.Text; Date = DatePicker1.SelectedDate) which returns no data to the form and a grumpy reply from PowerApps that the expression is not valid. Using only the first logical expression it works fine - obviously without filtering by date, so, something is fishy with the dates, but what?

    • @ShanesCows
      @ShanesCows  6 лет назад

      What is your data source?

    • @konstruktionsburojb6848
      @konstruktionsburojb6848 6 лет назад +1

      @@ShanesCows a SharePoint list "ExternalWorkers" containing data on case name and number, employee details, and the date of the entry. I am beginning to think that there is a conflict between the date picker's output and the data in the date field of the SharePoint list.
      I exchanged the DataForm with a gallery and again the first logical argument worked perfectly, but adding the Date picker still fouls things up.

    • @ShanesCows
      @ShanesCows  6 лет назад +1

      I would play with. What you want to do is normal so something weird must be messing with you. If you display the date in the gallery do you see what you expect?

    • @konstruktionsburojb6848
      @konstruktionsburojb6848 6 лет назад

      @@ShanesCows I tried making a new SharePoint List and rather than using a template I made the corresponding new app from scratch. The result however is the same; Fitering by case number works just fine, but as soon as I try to add the expression with the DatePicker into the string it comes to a screeching halt again. I have no problem having a label repeating the DatePicker1 selected date (using your "if in doubt use a label as a control measure"), hence the issue seems to be focused on filtering by the same value - both alone and as part of a series of filter expressions like the one in the post above. SharePoint returns this message: “The desired action is invalid. The expression "DatoP_x00e5_Job eq 2018-11-15 is invalid. clientRequestID.......” What I notice here is the DatePicker1 value is US style YYYY-MM-DD and DatoP_x00e5_Job is Scandinavian DD-MM-YYYY, could it be something as simple?

    • @konstruktionsburojb6848
      @konstruktionsburojb6848 6 лет назад

      @@ShanesCows Solved it! in short, the two dates need to be converted to values i.e. Filter(TempHourAccount; Value(DateOnJob)= Value(DatePicker1.SelectedDate)). It does produce a blue squiggly line, but it works - both on its own and in the original expression.

  • @yozgart
    @yozgart 4 года назад +1

    Hi Shane,
    Great demos and tutorials, thanks for your guidance. I have a question, Is there any way to change dynamically the data source of a Gallery? Based on a button on screen 1, show a specific SharePoint list on screen 2? So we could apply a filter on the second screen? Thanks

    • @ShanesCows
      @ShanesCows  4 года назад

      Not really. You can use If or a collection of the two datasource have the same columns

  • @anjujoseph5217
    @anjujoseph5217 5 лет назад +1

    hii Shane
    This vedeo is really helpful.but i want to ask one question.Is there any raw limitation in sharepoint?
    because im facing problem in id incrementing when sharepoint data exceeds500.
    pls consider my question.
    Thank yo

    • @ShanesCows
      @ShanesCows  5 лет назад

      Look up PowerApps Delegation in the documentation. That is your issue.

  • @labahlabahoren
    @labahlabahoren 4 года назад +1

    Do you have video on drop down menu + search input text, then filter gallery??

    • @ShanesCows
      @ShanesCows  4 года назад

      I don’t but that would be fun. This is closer though ruclips.net/video/kLGglidmPxg/видео.html

  • @safetydave23
    @safetydave23 5 лет назад +1

    Thank you and well done. How would you add data to those tables, from PowerApps? Example, like access, a form with a subform?

    • @ShanesCows
      @ShanesCows  5 лет назад +1

      Look for my video on repeating tables like infopath

  • @Hydrarian
    @Hydrarian 5 лет назад +4

    Hi Shane, thanks for this tutorial. I have a question for you. Can you give me an example of a DataTable Filter? I cannot make it work.

    • @ShanesCows
      @ShanesCows  5 лет назад

      What have you tried? Filter works the same regardless of what control you use it with.

    • @swathikrishna3849
      @swathikrishna3849 5 лет назад +1

      Shane Young, Hi, for me also the filter is not working for the data table. Can u pls help with this? I have inserted the data table and connected with SQL table. now the data are showing but the filter is not working for me. I have tried a lot. And also can u pls explain how the sum of a specific column will be shown.

  • @nomkem7473
    @nomkem7473 5 лет назад +2

    Instead of a Gallery can we have a button that opens a view that's filtered by the text?

    • @ShanesCows
      @ShanesCows  5 лет назад

      You could have a button that displays a new screen and shows the gallery with the filtered data.