How to Search User in Power Apps [By Name, Department, JobTitle]

Power Apps Search User

While working on a Power Apps application, there was a screen where the admin wanted to search and filter the gallery based on Microsoft 365/Office 365 users. Let’s say there is a Dropdown control containing departments such as IT, HR, and FINANCE, and a Text input control. Admin will navigate to the screen and select … read more…

How to Search in a Power Apps Gallery [With Examples]

How to Search Power Apps Gallery

While working on an internal app, a Power Apps gallery contains more than 100 records. Whenever I wanted to search for an item in the gallery, I kept scrolling to find the specific record, which took too long. To make the search thing easier, I added a Text input box where users can type exactly what they … read more…

10 SharePoint Mistakes That Cost Companies Thousands Dollars

SharePoint Mistakes That Cost Companies Thousands Dollars

SharePoint is a powerful collaboration platform that can change how your company manages documents, workflows, and team communication. But if you set it up poorly, it can quietly drain your budget through wasted storage, low productivity, and security headaches. Many mid-sized companies lose thousands every year because of simple mistakes that honestly could’ve been avoided. … read more…

How to Add Date Column with Today’s in Power BI Power Query

Add Today’s Date Column in Power BI Power Query

While working for a client, I faced a requirement where the report needed a daily filter that automatically reflects the current date. The client wanted the report users to filter data every day without manually selecting the date each time. To achieve this, I decided to add today’s date as a separate column in the … read more…

Dataflow in Dataverse [How to Create & Use]

How to create dataflow in Power Apps

While working on Power Apps projects, I often had to move data from various sources, such as SharePoint lists, Excel files, and other systems, into Dataverse. Doing this manually every time was impractical, especially since the data needed to stay up to date. This is where Dataverse Dataflows became really useful. In this tutorial, we … read more…

Send Email On Behalf Of Another User in SPFx using MS Graph

how to send emails on behalf of another user in SPFx using MS graph

For the past few months, I’ve been working on a SharePoint Framework (SPFx) web part for a client. This web part uses the Microsoft Graph API to send emails whenever a new item is added to a SharePoint list or when an item’s status changes. To send emails, I used Mail.Send permission from Microsoft Graph. … read more…

Easiest Way to Upload Images to Dataverse From Power Apps

powerapps upload image file to dataverse

While working on a client project, I faced a common requirement. The client wanted users to upload images directly from a Power Apps form and store them securely in Dataverse. This was needed for scenarios like uploading ID proofs, profile photos, or supporting documents during form submission. At first, it sounded simple, but when you … read more…

ISBLANK vs ISEMPTY in Power BI DAX

Power BI DAX ISBLANK example

When I need to detect empty or missing values in a dataset, I use DAX functions in Power BI. In DAX, we have two functions, ISBLANK and ISEMPTY, and at first, they look like they do the same thing. Both functions return TRUE when something is empty and FALSE when data exists. Because of this, … read more…

Forward an Outlook Meeting Invite Using Power Automate

How to Forward an Outlook Meeting Invite Using Power Automate

While working on a project, there was a requirement to forward Outlook meeting invitations automatically to specific users. The client wanted this to happen automatically, especially when meetings were created or updated by a particular person. To meet this requirement, I used Power Automate to build a flow that detects a meeting invite in Outlook … read more…

How To Remove Filter From Power BI DAX

Power BI DAX remove filter

I am working on a report for an organization, and I faced a requirement to identify and handle blank values in Power BI reports. Several columns contained empty data, which we did not want to consider in reports. Power BI provides multiple DAX functions, such as ISBLANK, COALESCE, FIRSTNONBLANK, and LASTNONBLANK, to identify, remove, or … read more…

How to Concatenate with Space in Power BI

Power BI Concatenate with Space example

One of my colleagues asked me how to join the First Name and Last Name columns in Power BI and add a space between them. He had tried creating a calculated column using the following DAX formula: However, this caused an error because the CONCATENATE function in DAX only accepts two arguments in the format … read more…

How to Add Column Using Power BI Power Query Editor

power query add column

While working on Power BI reports for clients, I noticed that the data coming from Excel, SharePoint, or databases was rarely ready for reporting. In many cases, the values I needed were not available as separate columns. Instead, I had to create new columns from existing data, such as calculating values, applying simple business logic, … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Live Webinar

SharePoint Permission Checker Agent using Microsoft Copilot Studio

Learn how to build a SharePoint Permission Checker Agent using Copilot Studio. Using this agent, you can check library-level and file-level permissions. Also, identify Users, SharePoint Groups, and Permission Levels.

📅 1st July 2026 – 10:00 AM EST | 7:30 PM IST

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App