Hi, we have two tables,fact table:active_user(user_id) and other table:video_user(user_id,company_id),now we want to join two tables when active_user.user_id == video_user.user_id,and count(distinct ) on user_id group by company_id,but it seems we can't chose the join column(user_id) as a measure column?
