Gathering Power Platform analytics
Analytics is a vital tool for measuring the performance of a given process. These measures can vary depending on their target. For example, website analytics offers information about the visitors to a website, such as location, cookie handling preferences, 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 visitors’ locations.
Similarly, this information is vital for the Power Platform because it allows you to learn about essential indicators such as the devices used to run your applications, how many runs are executed of a given flow, and, most importantly, how many errors your users are getting.
In this recipe, you will learn about all the ways we could get this information.
Getting ready
You will need administrative access, such as an Environment admin or Power Platform admin role, to gather...