How to Export Power BI Report to Excel (Step-by-Step)

Export Power BI Report to Excel

If you’ve ever built a beautiful Power BI report and then had a colleague say, “Can you just send me the data in Excel?” — you know the feeling. You built all those visuals, and now someone wants a flat file. Microsoft provides multiple ways to get your Power BI data into Excel. In this … read more…

How to Convert yyyymmdd to Date Format in Power BI?

Power BI Format Date for Display Using DAX

Recently, I was working on a Power BI report. At first, everything looked fine. The data was loading properly, visuals were created, and slicers were added. But when I started using a date column in charts and filters, I noticed some issues. The dates were not showing correctly. In some visuals, Power BI treated the … 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…

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…

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…

How to Select Multiple Values in Power BI Slicer

Power BI slicer list select multiple

While working on a client report, there was a requirement to select multiple values from a slicer instead of choosing only one value at a time. The client wanted users to filter the report easily without holding the Ctrl key, and also needed the slicer to work across different visuals and tables. To solve this … read more…

How to Merge Tables in Power BI

Merge Tables in a Power BI example

While working on Power BI reports, I receive data from multiple tables or different data sources. Many times, the information we need is split across these tables, and using them separately can cause issues when creating table visuals in Power BI. To solve this problem, we need to merge tables in Power BI. We can … read more…

How to Convert Number to Text in Power BI

Power BI convert number to text example

While working on a Power BI report for a Sales team, one of my colleagues asked me how to convert numbers to text in Power BI. This was because, in the source data, one column contained both numbers and text values. When this column was used in a chart or visual, Power BI started showing … read more…

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

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…