-
Continue reading →: [Step by Step] Power Pages | Configure Multiple Languages
Power Pages allows you to build a website that supports multiple languages using a single content structure. This helps deliver a consistent experience to users across different regions. In this article, I’ll explain how to enable multilingual support, with a focus on Arabic. Arabic is a good example because it…
-
Continue reading →: Power BI and Dataverse | Creating Reusable Templates (PBIT)
Let’s say you need to create a Power BI report that pulls basic contact details — like First Name and Last Name — from the Dataverse Contact table and share it with business users across different environments. The requirement: Users should be able to open the report, enter their Dataverse…
-
Continue reading →: [Step by Step] Using GitHub MCP Server with Copilot Agent in VS Code
In my previous article, I’ve explained Create Your First Local MCP Server in VS Code, where we built a C# console application with a few custom methods (also called Tools) and hosted it locally on our machine. In this article, let’s explore how to leverage the built-in GitHub MCP Server in…
-
Continue reading →: MCP using C# SDK: Create Your First Local MCP Server in VS Code
In this article, I’ll explain the concept of Model Context Protocol (MCP) from a C# developer’s perspective and walk you through building your first MCP server using the C# SDK. I will cover the following topics: What is MCP? Real-Life Scenario: Stocks, Zerodha, and AI Filling the Gap with MCP…
-
Continue reading →: VS Code and C# | Create, build and run a console application
In this article, I’ll walk you through the steps to create, build, and run a C# console application using Visual Studio Code (VS Code). Before we begin, ensure the following prerequisites are installed: Prerequisites: Now that we have prerequisites covered lets proceed with project creation. Create a Console project: Debug…
-
Continue reading →: Power Platform Data Export: Track Cloud Flow Usage with Azure Application Insights
In my previous article Power Platform Data Export: Track Power Apps Usage with Azure Data Lake, I explained how to use the Data Export feature with Azure Data Lake to capture Power Platform inventory and usage data. In this article, I’ll walk you through configuring the Data Export with Azure…
-
Continue reading →: Canvas App | Easy way to use SVG icons with PowerIcons
In my previous articles, I explained how to use SVG icons in Canvas Apps by manually modifying the SVG content to make it compatible with Canvas Apps. I also mentioned about a simplified SVG usage approach using https://powerappstools.com/#/svg-to-fx. In this article, I’ll walk you through PowerIcons, a tool that makes…
-
Continue reading →: Power Platform Data Export: Track Power Apps Usage with Azure Data Lake and Power BI
With the Power Platform admin center, you can export Power Platform inventory and usage data directly into Azure Data Lake Storage for advanced analytics and reporting. In this article, I’ll walk you through how to export the Power Apps inventory data into Azure Data Lake Storage and then use Power BI to…
-
Continue reading →: Power Automate Flow Error: “Owner Needs Premium License” Even with Power Apps Premium
When testing a cloud flow in a Production environment, the following error appeared: This happened even though the flow owner already had a Power Apps Premium license. The flow was manually triggered and used a Dataverse Unbound Action. Interestingly, the same flow worked without any issue in a Developer environment.…
-
Continue reading →: SSIS | KingswaySoft | Dataverse | Connect to Environment using Service Principal
In this short article, I’ll explain how to connect to an environment using a Service Principal with the KingswaySoft connector in an SSIS project. Steps to create the connection: 🙂


