Forum Discussion
a68tbird
Resolver II
10 years agoTreemap Help
Hello All - My dashboard uses the Treemap visualization (which I think is really great), but when the user starts to drill down into some of the lower value (ie. smaller squares) areas, it is dif...
WillT
Community Admin
10 years agoYou've got two options:
- use the 'Multi-row Card' visual, just drop the product type field onto it.
- Use the 'Card' visual but to do this you'll need to create a measure for the field you want. It can return text, but you'd need to wrap the field in a function of some sort. For example =FIRSTNONBLANK([ProductType]), or =CONCATENATEX(Products, [ProductType], ", ")
Hope that helps!