Reordering drill_down for measure to come before any dimensions

Hi community,

I have a count_distinct measure that has drill_fields set to using a measure and a set of dimensions.

the measure in lookml looks like the below:

measure: count_id {

type:count_distinct

sql: ${TABLE}.id ;;
drill_fields: [referenced measure, set of dimensions]

}

When I go back to dashboard and click to view the drill down, all the dimensions come first and the referenced measure at the last column.

Is there a way to have the referenced measure to be shown as the first column instead of the last ?

Many many thanks!