View the original community article here
Last tested: Mar 16, 2020
If you find yourself here, +1 this feature request: https://feedback.us.pendo.io/app/#/case/17612
We're here, and we want to hide the "other" column:
We can accomplish this with pivot_index
or pivot_where
.
You'll need to create a table calculation for each column you want to show, then hide the original measure.
pivot_index(${your_measure_here},column_to_show)
This ends up looking like this:
And in the visualization looks like this:
This content is subject to limited support.