Hello, I’m working with Athena Parquet data in QuickSight and facing challenges in displaying numeric values (like order_price
, order_quantity
) directly in table visualizations without applying any aggregation (e.g., SUM, COUNT).
I’ve already transformed my data into SPICE using custom SQL, but QuickSight seems to only offer aggregated views for numeric fields. My goal is to create a dashboard that allows users to view e-commerce order details in a table format, with the ability to filter by date, among other identifiers, and download this information as a CSV file.
Is there a way to display these numeric values as they are in the original dataset without aggregation?