Min on entire dataset

Hello,
I have a dataset I have been using for a while, and now I need to add a new fact table that will multiply all the rows in the original dataset and change the whole measures I am using in the dashboard.
The original data set is complicated and has a lot of measures.

What is the best way to deal with this situation?

Thanks,
Mia

Hi @miap,

Can you try this?

minOver({field_name}, [], PRE_AGG)

Hi @miap, As @David_Wong pointed out you will need to use Level Aware Calculations to ensure the aggregations are happening at the right level. Please refer to the link that @David_Wong published a while ago or you can also refer to QuickSight documentation for Level Aware Calculations.

Regards,
Karthik