79788820

Date: 2025-10-12 22:36:15
Score: 1
Natty:
Report link

Yes, it is possible in Amazon QuickSight,

You'll need to create a calculated field that:

  1. Filters records within your date range

  2. Finds the maximum date within that filtered set

  3. Returns the corresponding string value for that maximum date

  4. Groups by pID and cID

Example with Your Data :

Given your table with:

The calculated field will:

  1. Filter records where Date is between 9/27/2025 and 9/30/2025

  2. Find the maximum date in that range (9/30/2025)

  3. Return "StringB" for the row with date 9/30/2025

  4. Return null for all other rows

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohsen Kashefi