How To Remove Blank Rows in Power BI?

This recipe helps you remove blank rows in power bi.

Objective For ‘How To Remove Blank Rows in Power BI?’

This step-by-step recipe will show you how to remove null values in Power BI.

Steps Showing How To Delete Rows in Power BI

Below are the steps to show you how to perform Power BI remove null rows.

Step 1 - Open Power Query Editor

Right-click on the dataset and select the edit query option. This will redirect us to Power Query Editor

Step 2 - Select The Remove Blank Rows Option

To remove blank rows-

Home -> Remove Rows -> Remove Blank Rows

Step 3 - Close And Apply

It will remove all the blank rows from the data.

What Are The Different Ways To Remove Blank Rows in Power BI Table?

There are three main ways to remove null rows in Power query-

  1. Using the Remove Rows feature- This is the simplest way to remove blank rows in Power BI. However, it can be time-consuming if there are a lot of blank rows.

  2. Using the Conditional Formatting feature- This is a more efficient way for Power query remove null rows. However, it can be challenging to set up if the blank rows are not all in the same column.
  3. Using a Custom Formula- This is the most flexible way to perform Power BI delete rows. However, it can be the most difficult to set up.

What Users are saying..

profile image

Savvy Sahai

Data Science Intern, Capgemini
linkedin profile url

As a student looking to break into the field of data engineering and data science, one can get really confused as to which path to take. Very few ways to do it are Google, YouTube, etc. I was one of... Read More

Relevant Projects

Digit Recognition using CNN for MNIST Dataset in Python
In this deep learning project, you will build a convolutional neural network using MNIST dataset for handwritten digit recognition.

NLP Project to Build a Resume Parser in Python using Spacy
Use the popular Spacy NLP python library for OCR and text classification to build a Resume Parser in Python.

Detectron2 Object Detection and Segmentation Example Python
Object Detection using Detectron2 - Build a Dectectron2 model to detect the zones and inhibitions in antibiogram images.

MLOps Project to Build Search Relevancy Algorithm with SBERT
In this MLOps SBERT project you will learn to build and deploy an accurate and scalable search algorithm on AWS using SBERT and ANNOY to enhance search relevancy in news articles.

Build ARCH and GARCH Models in Time Series using Python
In this Project we will build an ARCH and a GARCH model using Python

BERT Text Classification using DistilBERT and ALBERT Models
This Project Explains how to perform Text Classification using ALBERT and DistilBERT

Multilabel Classification Project for Predicting Shipment Modes
Multilabel Classification Project to build a machine learning model that predicts the appropriate mode of transport for each shipment, using a transport dataset with 2000 unique products. The project explores and compares four different approaches to multilabel classification, including naive independent models, classifier chains, natively multilabel models, and multilabel to multiclass approaches.

Build Regression (Linear,Ridge,Lasso) Models in NumPy Python
In this machine learning regression project, you will learn to build NumPy Regression Models (Linear Regression, Ridge Regression, Lasso Regression) from Scratch.

Build an AI Chatbot from Scratch using Keras Sequential Model
In this NLP Project, you will learn how to build an AI Chatbot from Scratch using Keras Sequential Model.

Time Series Python Project using Greykite and Neural Prophet
In this time series project, you will forecast Walmart sales over time using the powerful, fast, and flexible time series forecasting library Greykite that helps automate time series problems.