Forum Discussion
Filter blank rows in visuals
- 5 years ago
elflakoconk , as val2 is column(aggregated) means measure, it will not filter data on click.
You can unpivot three columns val1, val2, val3, that will make the dimensions/parameter and then you can drill
refer
elflakoconk , as val2 is column(aggregated) means measure, it will not filter data on click.
You can unpivot three columns val1, val2, val3, that will make the dimensions/parameter and then you can drill
refer
- elflakoconk5 years ago
Helper II
Thanks for your contribution, don't you know if there's another way to do this? Is kind of complicated to unpivot all my columns and get functional atributtes, names are too long and there are a lot of different values, for my donut chart's I can change the label to display to "Yes/No", "Vacant/No vacant", etc. but with this solution I need to transform all the data, is almost the same to have a table for each classification.