Hi All,
My dataset has 2 fields Organization and Zone.
Zone is unique to an Organization i.e. an organization cannot have 2 zones.
Organization
Zone
A
North
A
North
A
North
B
South
B
South
B
South
C
East
C
East
C
East
I have a single select parameter which takes values in the Organization field , lets name the parameter organization.
Requirement :
I want to create a calculated field say Customzone based on this organization parameter, such that when User selects Organization = A in the parameter, then the Customzone field should be populated with the corresponding string value i.e. North in this case.
How can I achieve this in QS using calculated fields?
Welcome to the QuickSight Community and thank you for asking your question here. In the calculated field definition, you can refer to the zone field in the dataset since you have 1-1 mapping between Organization and Zone. You may also want to look into dataset parameter. Here is an article with the details: Optimize queries using dataset parameters in Amazon QuickSight)