Book Image

Microsoft Power Apps Cookbook

By : Eickhel Mendoza
Book Image

Microsoft Power Apps Cookbook

By: Eickhel Mendoza

Overview of this book

Microsoft Power Apps Cookbook is a complete resource filled with meticulously crafted recipes to help you build customized business apps that meet ever-changing enterprise demands. You will learn how to design modern apps with the low-code approach in a rapid application development environment by achieving enterprise-wide business agility.
Table of Contents (13 chapters)

Gathering Power Platform analytics

Analytics is a vital tool to measure the performance of a given process. These measures can vary depending on their target. For example, website analytics offer info on visitors for a given site, their location, and the like. This information provides website owners with clear evidence that they might need to improve their infrastructure to handle the number of visitors or add another server near the location of visitors from a given country.

Similarly, for the Power Platform, this kind of information is vital because we could learn about essential indicators such as the devices our applications are running on, how many runs of a given flow, and most importantly, how many errors our users are getting.

In this recipe, we will learn about all the ways we could get this information.

Getting ready

To gather the analytics information, you will need administrative access such as Environment admin or the Power Platform admin role.

How to do...