Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
75 | |
46 | |
44 | |
34 |
User | Count |
---|---|
179 | |
89 | |
69 | |
47 | |
47 |