Embedding PowerBI Tile in PowerApps

In our previous blog we have learnt embedding of PowerApps in Power BI report. Now, in this blog we’ll learn to embed PowerBI tiles in PowerApps. Let’s look at the steps required to add Power BI tiles in Power Apps. In PowerApps click on Insert tab. Click on Charts and then select Power BI tile… Continue reading Embedding PowerBI Tile in PowerApps

PowerApps And PowerBI Integration

Lets check out integration of PowerApps and Power BI in this blog. PowerApps and Power BI are pretty awesome tools by themselves. By combining them, we can potentially, achieve a lot more. By putting the PowerApp within the Power BI itself, we can give the user the ability to put in the data that he… Continue reading PowerApps And PowerBI Integration

Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales

Recently, I got a case where I need to show a lookup field as dropdown in Canvas App and update its value in D365 Sales. I have searched a lot over the internet but failed. In my opinion, there is no handy material available for this problem at internet. So, after lots of struggle I… Continue reading Show LOOKUP field as dropdown in PowerApp & update value in D365 Sales

PowerApps Portal: Metadata and It’s Type Part – 4

In the previous blogs i.e, Part – 1, Part – 2 and Part – 3 we had covered what is metadata, how to add new metadata in Web Form and Entity Form and it’s types i.e., Attribute, Notes, Section and Subgrid. Now, in this part we’ll discuss the remaining types and their properties. Below is the list:… Continue reading PowerApps Portal: Metadata and It’s Type Part – 4

PowerApps Portal: Metadata and It’s Type Part – 3

In the previous blogs i.e., Part – 1 and Part – 2 we had covered what is metadata, how to add new metadata in Web Form and Entity Form and it’s types i.e., Attribute, Notes and Section. Now, in this part we’ll discuss ‘Subgrid’ and it’s properties.  Subgrid Selecting ‘Type’ as ‘Subgrid’ allows us to… Continue reading PowerApps Portal: Metadata and It’s Type Part – 3

PowerApps Portal: Metadata and it’s type – Part 2

In the previous blog we had covered what is metadata, how to add new metadata in Web Form and Entity Form and also from it’s 6 types we had covered the very first type i.e., “Attribute”. Now, in this part we’ll discuss below types and their properties: Notes Section Let’s start with type “Notes”. NOTES… Continue reading PowerApps Portal: Metadata and it’s type – Part 2

PowerApps Portal: Metadata and it’s type – Part 1

The Web Form Metadata contains additional behavior modification logic to augment or override the functionality of form. It allows portal admin to further configure entity forms and web forms such as predefined values and enhancing fields. In this blog, we are going to cover the very first type of metadata property i.e., “Attribute” with it’s properties… Continue reading PowerApps Portal: Metadata and it’s type – Part 1

Object Detection AI Builder Model in Power Platform

Object Detection AI Builder Model in Power Platform To learn how to train the Form Processing AI Builder Model in Power Platform and to use it in the PowerApp, read our previous post. In this blog, we will share with you an overview of Object Detection AI Builder Model and a small example illustrating how… Continue reading Object Detection AI Builder Model in Power Platform

Form Processing AI Builder Model in Power Platform

Form Processing AI Builder Model in Power Platform In the previous post, we have learned how to configure the AI Builder in Power Platform and an introduction to the different types of AI Models. In this blog, let’s learn how to train a Form Processing Model and to use it in a PowerApp with a… Continue reading Form Processing AI Builder Model in Power Platform

Configuration of AI Builder and Types of AI Model in Power Platform

Configuration of AI Builder and Types of AI Model in Power Platform The Power Platform is a low code platform offering many attractive and useful products and features that can be used to create interactive apps, automated processes, virtual agents and many more. For more details, read, https://docs.microsoft.com/en-us/learn/powerplatform/ AI Builder is the artificial intelligence platform… Continue reading Configuration of AI Builder and Types of AI Model in Power Platform

Steps to move existing Legacy(Classic Interface) to UCI(Unified Client Interface) in Microsoft Dynamics 365

As of September 2019, Microsoft has announced that the legacy web client is deprecated. Customers must transition to Unified Interface before October 1, 2020. Microsoft will continue to provide support, security and other critical updates to the legacy web client until October 1, 2020, but won’t release any additional functionality beyond what has already been… Continue reading Steps to move existing Legacy(Classic Interface) to UCI(Unified Client Interface) in Microsoft Dynamics 365

Sort the PowerApps data using the GPS Location

Let’s learn today to sort the data of PowerApps based on the current GPS location. In the below example, we are having Microsoft Dynamics CRM 365 as the database of the PowerApp. This PowerApp was basically developed for one of our client requiring a mobile application that will be used by their Customer care department… Continue reading Sort the PowerApps data using the GPS Location

Connect to an API from the PowerApps using the custom connector

In many scenarios, we need to call the APIs or services that are not available as the inbuilt connectors of the PowerApps. In that case, you can create your own custom connector with the required triggers and actions. Creating a custom connector is a very smooth process. What you need is only the correct API… Continue reading Connect to an API from the PowerApps using the custom connector

Sorting, Filtering & Searching features of PowerApps

This blog is intended to explore a quick idea on the basic operations like sorting, filtering and searching of data in PowerApps. Please know: In all the below examples, we are taking D365 CRM tables as the data source. SORTING In PowerApps, we can view the records in a particular sequence using the Sort or… Continue reading Sorting, Filtering & Searching features of PowerApps

Apply common styles for all the screen components in PowerApps

It is fun to play with the styles applied for the screen components in the PowerApps. This seems to be like the one we achieve using the cascading style sheet in the HTML files. If same font size, font weight, color etc. are to be used in the overall canvas app screens then, there is… Continue reading Apply common styles for all the screen components in PowerApps