Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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?
Solved! Go to Solution.
You can also get this info by adding a new blank query, and using =Table.Profile(TableName) as the source.
--Nate
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
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
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
You can also get this info by adding a new blank query, and using =Table.Profile(TableName) as the source.
--Nate
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.
Then I created 2 measure for calculating blank and total values for attributes and then in my StackedColumnChart I put this measure as value.
Hi! Can you please explain in details, I cannot do it.
I'd recommend checking the View tab and see if the statistic you can show with those options are sufficient.