Hi,
I was wondering if there is anyway to dynamically change the field that is connected to the color mark in Tableau? I have a view that shows the number of users broken down by day and color coded by a variety of different metrics. At the moment I've just created a separate worksheet for each of those different metrics (e.g. SKU, item type, etc), but ti would be nice if I could dynamically change which field is connected to the color mark. DOes anyone know any way to do this?
Brad
Sure - Use a case statement based off parameter as your measure you place on the color mark: case [parameter] when 1 then [measure1] when 2 then [measure2] when 3 ... end