We're using your guide within our LookML syntax (thanks a lot for sharing it :)) and recently wondered whether count measures shouldn't also be formatted with prefix to be consistent with other measures.
We thought about nb_ (short for number) so we would get a logical suffix-based measures:
nb_sales (COUNT)
unique_sales (COUNT_DISTINCT)
total_revenue (SUM)
average_revenue (AVERAGE)
What do you think?
We're using your guide within our LookML syntax (thanks a lot for sharing it :)) and recently wondered whether
countmeasures shouldn't also be formatted with prefix to be consistent with other measures.We thought about
nb_(short for number) so we would get a logical suffix-based measures:nb_sales(COUNT)unique_sales(COUNT_DISTINCT)total_revenue(SUM)average_revenue(AVERAGE)What do you think?