解答:メジャー演習③
from LookML練習問題:メジャー編
解答:メジャー演習③
code: measure3.js
measure: order_count {
type: count_distinct
sql: ${order_id} ;;
label: "オーダー数"
description: "ユニークなオーダー数"
}