powerapps-selected-items

How to use button to display filtered data from excel table in PowerApps?

一曲冷凌霜 提交于 2021-01-29 07:30:56
问题 I am a newbie in PowerApps , and I am trying to build an app where based on user click, user should be able to see filtered data.My test data looks like below.For this I have created 3 button in my gallery titled as "Available", "Out-of-service" and "In-use". So, let's say when user clicks on "Available" button, the app should display the user "Sys1" and "Sys2". Likewise, same is true for "Out-of-service" and "In-use" button. I have my datasource save as ExcelTable in Onedrive and I was able

How to get distinct Gallery tiles in PowerApps?

五迷三道 提交于 2021-01-29 07:09:40
问题 My DataSource for PowerApps is Excel Table. After user's Entry, the excel Table looks like below. In below image one can see that "Sys1" appears twice in Excel Table, leading to creating one extra tile for same system Gallery in PowerApps.My Question is How to avoid duplication of tile creation in PowerApps ? Below is code for Gallery and Tile. I am new to PowerApps . Provide code with explanation . Note: I forgot to add Name after Sys. The 1st column name in below screenshot should be "Sys

GroupBy Function NOT displaying Gallery Tiles in PowerApps

半城伤御伤魂 提交于 2020-12-12 05:53:08
问题 This Question is an Extension of my previous question, located here. When I use the Filter code mention in my Question. The Gallery is displaying System Names. However, when I try to wrap my Filter code with Groypby Function as mention by @carlosfigueira, I am NOT getting any Error message. However, I cannot see Gallery Tiles. Gallery is displaying lines as shown in below image. The code I am using under Items Property of my Gallery is below. Code for GroupBy: GroupBy( Filter(Table1,