How to Filter Last N Days Data Using Power BI DAX?

Power BI Filter Data by Last 7 Days

Last week, I worked on a Power BI customer support report that required showing the number of support tickets created in the last 30 days. Also, it filters the data to show the tickets created in the previous seven days. All these things are possible by using the Power BI DAX statement. In this Power … read more…

How to Filter Current Year Data Using Power BI DAX?

Filter Current Year using Power BI Dax

Recently, I was working on a Power BI report and needed to filter data for the current year. This is a common requirement for many reports, as it helps in analyzing and visualizing data to the ongoing time period. To achieve this, we can use DAX (Data Analysis Expressions) in Power BI to dynamically filter … read more…

How to Use DATEDIFF() in Power BI DAX? [With Conditions]

power bi datediff between two columns

Last week, while working on a Power BI dashboard, I needed to calculate the difference between two dates using DAX. I researched this and found that the Power BI DATEDIFF() function is the best option for this purpose. In this Power BI article, I will explain the Power BI DATEDIFF() function and its syntax. We … read more…

How to Filter Date Using Power BI DAX + 7 Examples

Power BI DAX filter datediff

While working together, one of my Power BI clients wanted to filter the data between two dates or based on the date selection. I’ve found that using the Power BI DAX function is extremely easy. In this Power BI tutorial, I will explain how to filter date using Power BI DAX, Power BI DAX filter … read more…

How to Filter Distinct Date Using Power BI DAX?

power bi distinct count with date filter

Sometimes, you may need to display unique dates from a dataset in a Power BI report. You can create a calculated table or column that filters out duplicate dates to do this. Let’s look at an example of how to filter distinct date using Power BI DAX. Filter Distinct Date Using Power BI DAX While … read more…

How to Create a New Table From an Existing Table in Power BI?

Power bi create a table from another table using DAX example

Sometimes, you may receive a requirement to create a new table from an existing table in Power BI. This task can be for various reasons, such as organizing data more effectively or preparing it for specific analyses and visualizations. So, I thought to show you how to create a table from an existing table in … read more…

How to Append Columns in Power BI using Power Query Editor?

Power Query append Columns

While working on Power BI, I was required to create a report using sales data from January to December, with each table having the same columns. To create the report, we needed to combine this data, and I learned that we can use the Append Columns method in Power Query Editor. I thought I would … read more…

Power BI Sum Group by

power bi sum by group

This Power BI tutorial will teach us to sum and display values using the group by function and how to sum values with the Power Query group by function. Additionally, we will discuss the topics below: Power BI Sum Group By Column Imagine you’re an analyst for an online retail store. You want to understand … read more…

Power BI Slicer Multiple Columns

Power BI Slicer Multiple Columns

A Power BI slicer lets you filter data easily. You can use multiple columns to slice and dice your data for clearer insights. In this tutorial, we will learn how to create a slicer with multiple columns in Power BI and a Power BI slicer with a vertical list of multiple columns. Additionally, we will … read more…

Merge Columns in Power BI

Merge Columns in Power BI

In Power BI, merging columns means combining information from different columns into one. We use the Power BI Concatenate Function to merge columns in Power BI. This tutorial will teach us about Power BI Concatenate Function and how to merge columns in Power BI using DAX. Additionally, we will discuss the topics below: Power BI … read more…

6 Various Power BI Matrix Multiple Columns Examples

power bi matrix visual multiple columns

In this article, we will learn about the Power BI matrix multiple columns and the Power BI matrix multiple column headers. Additionally, we will cover some topics listed below: Power BI Matrix with Multiple Columns Here, we learn how to display the matrix visual with Multiple columns in Power BI. Scenario: Imagine you’re the HR … read more…

>