-
Re: Datediff per month
Hey @user046467, I would use something like: period_diff(date_format(`date_stage_changed`, '%Y%m'),date_format(`date_created`, '%Y%m')) This will get the number of months between two dates without ha…1 -
Re: Need help getting pointed in the right direction for what might be causing inflating counts
Hey, If I were to be going through this I would first look in the ETL and run a preview to see the output of each ETL tile (depending on the amount of data you have because it only shows a preview). …2