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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
abhishekahuja
Frequent Visitor

Create a stacked column chart with 1 column of 0/1 data

Hi All,

 

My dataset looks something like this:

 

Column1Column2Column3
010
011
10 

 

I want to create a stacked bar chart which had 3 different colors with counts number of 0, 1, and MissingData. Any recommendation will be helpful.

 

Thanks in advance for your help,

Abhishek

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@abhishekahuja , First in Power Query Change Data Type to Text, Replace value in All column (Select mutiple columns) and use replace 

null

"No Data"

 

Then unpivot the data 

Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g

 

and then you can create stacked  visual

 

View solution in original post

2 REPLIES 2
abhishekahuja
Frequent Visitor

@amitchandak your feedback was very helpful, thanks for your time and solution.

amitchandak
Super User
Super User

@abhishekahuja , First in Power Query Change Data Type to Text, Replace value in All column (Select mutiple columns) and use replace 

null

"No Data"

 

Then unpivot the data 

Unpivot Data(Power Query): https://youtu.be/2HjkBtxSM0g

 

and then you can create stacked  visual

 

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.