Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Sahar_lt
Frequent Visitor

How to show the statistics of missing values of all fields in Power BI?

Brand new to Data Analytics! I'm new to Power BI and facing some issues. I ppreciate if anyone could help. I'm trying to visualize the number of missing values of all fields in one column chart. So in X-Axis, I should have all columns of dataset and the value should be the number of missing values of each columns of the dataset.

Can anyone help me with this? 

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

You can also get this info by adding a new blank query, and using =Table.Profile(TableName) as the source.

 

--Nate

View solution in original post

Anonymous
Not applicable

Hi @Sahar_lt ,


Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your problem.


Best Regards,
Stephen Tao

View solution in original post

6 REPLIES 6
fe_username
Helper I
Helper I

The best way would be to 
1) Fill all the NULLS in your table
2) Selecting a column that contains unique values (Like an ID or Name) and select unpivot other columns
    Mind that in a business contest, UNPIVOT can be extremely taxing on resources and your table could add up to 30 Milions or more
3) Put it on a Stacked Chart

The same thing could be done also in SQL

Anonymous
Not applicable

Hi @Sahar_lt ,


Could you tell me if your problem has been solved?
If it is, kindly Accept it as the solution. More people will benefit from it.
Or you are still confused about it, please provide me with more details about your problem.


Best Regards,
Stephen Tao

Anonymous
Not applicable

You can also get this info by adding a new blank query, and using =Table.Profile(TableName) as the source.

 

--Nate

Sahar_lt
Frequent Visitor

Thanks for replying. Actually I want to show the number of missing value of all feature in one visual.

I have done it in another way. First I unpivot the table in Power Query Editor. 

 

Sahar_lt_2-1639209907207.png

 

Then I created 2 measure for calculating blank and total values for attributes and then in my StackedColumnChart I put this measure as value.

 

Sahar_lt_1-1639209748076.png 

 

Sahar_lt_3-1639210225633.png

 

 

 

Hi! Can you please explain in details, I cannot do it. 

AlexisOlson
Super User
Super User

I'd recommend checking the View tab and see if the statistic you can show with those options are sufficient.

AlexisOlson_1-1639158024939.png

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors