How to Filter Dates in Power BI DAX [7 Examples]

Power BI DAX filter datediff

A few days ago, I was creating a dashboard for a client where they needed to analyze their data using different date conditions. They wanted to see records greater than a certain date, compare data before a specific date, and even view trends between two selected dates. Since these filters had to work dynamically inside … read more…

Power BI Distinct Count with filter [With 5 Examples]

Power BI distinct count with filter

Today, I received an email from a user who wanted to create a DAX measure to count how many distinct companies sold 10 or more items in a week. They wrote a DAX formula like this: Count above 10 =CALCULATE( DISTINCTCOUNT(Table1[Company]), FILTER(Table1, SUM(Table1[Items sold]) >= 10)) But this did not work. The reason is that … read more…

Get SharePoint Folder Permissions Using PowerShell

get sharepoint library file permissions into an excel

A few days earlier, my manager asked me to send a report about who had permission (including external users) to access the files stored in the SharePoint library. This library has multiple levels of subfolders, so I need to make a report on the files present in those subfolders as well. To achieve this requirement, … read more…

Add Column With a Fixed Value in Power BI

Power BI add column with a fixed value example

While working on one of my Power BI reports, I realized my dataset wasn’t in the format I needed. After applying filters and validation rules, I wanted to add a column with a fixed value for each row. So, I started researching and found that Power BI offers multiple ways to add a fixed-value column, … read more…

Power Automate Approval Templates to Automate Business Processes

Power Automate Approval Templates to Automate Business Processes

In an organization, I set up a Laptop Agreement process in which employees submit requests for laptops to work from home. These requests are stored in a SharePoint list named “Laptop Agreement.” Each request needs to be reviewed by the Releasing Officer. Once approved, the laptop allocation details must be added to another SharePoint list … read more…

How to Add Column If Contains in Power Query Power BI

Add Column If Column Contains Blank or Null power query in Power BI

When working with Power BI, I need to check if a column contains a specific word or value and then create a new column based on that. At first, I struggled with this because there are many different “contains” scenarios in Power Query. After working on e-commerce dashboard projects, I learned some easy, reliable ways … read more…

How to Add a Column If Blank or Null in Power BI Power Query

Add empty column to table in power query

In my organization, I am creating a Power BI dashboard, and I often encounter columns with blank or null values. These empty fields can cause issues in calculations and visuals. To fix this, I started using Power Query and DAX to check for blank or null values and create clean, meaningful columns. In this tutorial, … read more…

How to Duplicate Column using Power Query in Power BI

How to duplicate multiple columns using Power Query

Recently, while setting up a reporting dashboard for an organization, I had to work with some data that wasn’t fully clean. One of the tables had repeated values, and before using it in visuals, I needed to clean and prepare it properly. To do that, I first created a duplicate column so I could apply … 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.

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