Forum Discussion
100 % Stacked bar chart
- 6 years ago
Hi Anonymous ,
Do you have any specific column that you use as ID? If yes I would split your model in two table one with all the Portfolio information that you will not unpivot and delete all the columns A to I and a second table that would be the ID column and the unpivot of the A to I columns then linked both tables by the ID column.
To calculate the status you would use the 2nd table and for the rest of the setup the other table.
Hi Anonymous ,
Making the unpivot of columns what you do is to create lines instead of columns, so this will increase the number of rows and the data from the other columns that are not unpivot will be duplicated as many time as columns you have. Be aware that depending on the type of information you have associated with your data you may need to have measures or calculation done in a different way so that the information is not multiplied by the many row you have.
When you are refering to filter by a column what do you mean, I cannot see any filter column on the image.
Hi MFelix ,
Sorry for not providing the entire data set.
For example I have a Portfolio column here, i want to use this as a filter.
Also, each record represents an application. Unpivoting increases the number of these records and I get a wrong count.
Is there any other way of getting this done?
Kind Regards,
Adarsh
- MFelix6 years agoSuper User
Hi Anonymous ,
Do you have any specific column that you use as ID? If yes I would split your model in two table one with all the Portfolio information that you will not unpivot and delete all the columns A to I and a second table that would be the ID column and the unpivot of the A to I columns then linked both tables by the ID column.
To calculate the status you would use the 2nd table and for the rest of the setup the other table.
- Anonymous6 years agoNot applicable
Thanks a lot for this. Now i can get the exact visual I wanted.