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.
Hi All,
My dataset looks something like this:
Column1 | Column2 | Column3 |
0 | 1 | 0 |
0 | 1 | 1 |
1 | 0 |
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
Solved! Go to Solution.
@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
@amitchandak your feedback was very helpful, thanks for your time and solution.
@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
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |