I want to replicate this:
(Not shown - each column is a different communications system. The symbols indicate whether status is current and the colors indicate the status.)
$StatusType$ would determine the color and $Current Status$ would determine the shape.
I’ve tried using “State Indicator”, thinking that I would be able to pick the shape based on the value of $StatusType$. However, using “State Indicator” requires defining states which I can only do using Measures.
Is there a clean way to do this? Do I need to add another field in the data cube, assigning numerical values to each of the value in the "$StatusType$ and $Current Status$ fields?