Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Dynamic Categorization of a Measure

Hi All, I have a matrix visual which shows Installation Progress at two levels , at a state level and and on expanding ,at a city level. When at state level, The value should be shown as an image...
  • tex628's avatar
    6 years ago

    To my knowledge this is not possible. A measure can only have a single data category, if you format the numbers to text you will be able to use the Image URL data category but that will also break the numeric values as the application will try to import all values as images. 

    There might be custom visuals that can allow this but I'm honestly not sure. 

    I would recommend layering two visuals ontop of eachother, one holding the images and another holding the numeric values. This should allow you to accomplish the same layout you're after.

    Br,
    J