I have several different store regions in a single table. Let's call them A, B, and C.
Right now, the master visualization shows the regions. When I drill down into a specific region, I can see all of the states within that region. The table that shows the states shows the unit percentage as out of 100%, but I want it to be out of the region's unit percentage.
Below is the region view and the current result I am gettting for the states view.
I want to get the states view to look like this:
So esssentially, I want the units in a details visualization to automatically divide by the grand total of units in a master visualization in order to get a wholistic Unit % column.