Forum Discussion
a68tbird
10 years agoResolver II
Treemap 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
10 years agoCommunity Admin
You'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!