Forum Discussion
Anonymous
3 years agoNot applicable
Decomposition Tree Color Coding
Hello, I am using the built-in PowerBI Decomposition Tree visual. My data consists of three fields - A, B, C. Each field is comprised of 'Yes' or 'No'. Within each field, I want 'Yes' to have...
vanessafvg
3 years agoCommunity Champion
have you checked the values you are using? ie change it to a table or matrix to see what is happening. You dont have a catch in your switch statement, maybe, for your last statement put in another colour like orange or something maybe your values aren't not present so therefore it just defaults to green.
so after this line add
, "Orange")
- Anonymous3 years agoNot applicable
Unfortunately, adding a catch did not work. What analysis should I do on the table? This is what I'm seeing:
- vanessafvg3 years agoCommunity Champion
pleasse share your sample data and code in text
- analyst711223 years agoNew Member
https://drive.google.com/file/d/1h0VgiVHX8pNk3Rjb4lw5CiMA4Hv4j1Lk/view?usp=sharing
Here is the link to my PowerBI project. This is still the original poster - I had to create another account on here. Thank you for your help.