-
Continue reading →: Pac cli | Update Environment settings
Imagine you need to enable the ‘Power Apps component framework for canvas apps‘ setting in your Power Platform environment. The process is straightforward: connect to the Power Platform Admin Center and go to environment settings and enable it as shown below. Alternatively, you can use the following code block to…
-
Continue reading →: [Step by Step] Power Apps | Using ‘Tabs or tab list’ modern control
In this article, I will explain how to use Tabs or tab list modern control by building a simple Canvas App. Before we begin, let’s first understand what Modern controls are in canvas apps. Modern controls in Canvas Apps: Enable modern controls and themes for your app: At the time…
-
Continue reading →: Power BI | ‘Datasets’ renamed to ‘Semantic models’
Power BI datasets represent enterprise-grade semantic models providing the authoritative source of truth for reports in the largest organizations, promoting consistent, data-driven decisions. The announcement of Microsoft Fabric earlier this year marks the dawn of a new era for the product. In the age of Fabric, the term “dataset” is too generic, and doesn’t…
-
Continue reading →: git checkout | fatal: ‘origin/main’ is not a commit and a branch ‘main’ cannot be created from it
We have an Azure DevOps pipeline, and in one of the steps (see below), we trigger the git checkout command. We began encountering the following fatal error. Reason and Fix: 🙂
-
Continue reading →: Power Platform Developer Environments | Create on behalf
If you’re not familiar, please read this post to understand Power Apps Developer Plan and Developer Environment. Did you know that as an admin you can create a Developer Environment for another User?. You can use ‘Create on behalf‘ toggle and provide the User Id to whom you would want…
-
Continue reading →: Cloud Flow | Dataverse connector | Connect to other environments (Preview)
Ability to connect to a different environment using Dataverse connector has been the most awaited feature. Previously, the available methods to connect to Dataverse in other environments from cloud flows were through the The Dynamic 365 (deprecated) and Microsoft Dataverse (legacy). With this new preview feature, Dataverse connector gains the…
-
Continue reading →: Power Fx Named Formulas | ‘Unrecognized formula’ error
You might have encountered an error while referring a named formula in a control. Let me show you an example of the error and how to fix it. Reason and Fix: Refer previous post on Named Formulas, if you are a beginner. 🙂
-
Continue reading →: Power Fx Named Formulas: A Comparison with the ‘Set’ Function, with Examples
In this article, I will explain how to use Power Fx Named Formulas , which are more efficient than initializing global variables using the Set function. What are ‘Named formulas’: Using Set function: Using Named Formulas: Let’s explore how to fulfill the above requirement, which was accomplished with the Set…
-
Continue reading →: [Quick Tip] Windows Machine: Grabbing Text from a Picture Using Snipping Tool
Did you know that you can extract text from a picture using the Snipping Tool on Windows machines? Follow the steps below to learn how. 🙂
-
Continue reading →: Dataverse | Set the preferred solution (preview)
Before we go in to ‘Preferred solution‘, lets understand the ‘Common Data Services Default Solution’ solution. What is ‘Common Data Services Default Solution’: What is ‘Preferred solution’: Enable ‘Preferred solution’ setting: Set your preferred solution: Test the Preferred Solution: Deleting a preferred solution: 🙂


