Forum Discussion

zach_myt's avatar
zach_myt
Data Pipeline
09-20-2023

2 events tied together by date filter

I have 2 type of data tables: assignments and completions. I want to perform the following formula. (# assigned_completions + # unassigned_completions) / (# assignments + # unassigned_completions) ...