Search Suggest

POWERAPPS
POWERAPPS

Power Apps Snack: Don't repeat yourself

Case I have some pieces of code in my Power App that I use for several buttons, but I don't want to create multiple copies of that code. Is there…

Embed a Power BI tile in Power Apps with filters

Case I want to include a Power BI tile in my Power App. Is it possible to manipulate the Power BI tile with data from the Power App? Power BI tile in…

Power Apps Snack: Loop through combobox items

Case I want get the product ID's of all selected items from my combobox in Power Apps, but the DisplayFields property of the combobox only shows …

Power Apps: Get next item from gallery

Case I am using a gallery on my overview page to see all records and on my details page I want a button to go to the next item from my gallery withou…

Power Apps Snack: Refresh Power BI (automatically)

Case A while ago we blogged about the integration of PowerApps and Power BI. This allows you to change data from within your Power BI report! One do…

Power Apps: Add Microsoft Flow to delete records

Case In a previous post you wrote that Microsoft Flow could help to delete records with my PowerApps. How do you add a Flow to PowerApps? PowerApps …

Power Apps Snack: RemoveIf not deleting all records

Case I my PowerApp I want to delete records in a table with RemoveIf , but it doesn't remove all records selected with the condition parameter. R…

Power Apps Snack: Pass values to other screen

Case I want to navigate to a new screen and get a value from the calling screen to filter a specific record on that new screen. Most examples (inclu…

Power Apps: Introduce Power Apps for Power BI

Case With PowerApps, Microsoft brought a new element to the existing world of reporting and dashboarding inside the Microsoft BI stack. For example, …

Power Apps Snack: Replace Textbox by Drop down

Case I generated an app with Microsoft PowerApps, but I want to replace the generated textbox on a foreign key field (integer) with a Drop Down with …