Hi Everyone,
We are achieving to create a new adjustment in our visualization that will allow us to automatically calculate the total numbers of FTE per month drilled down to Status. Needing someone to correct my formula as it returns an error on my end.
Formula 1 for In Progress
SUMIFS({FTE}, {DateReceived}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2021), {OverallStatus}, "In Progress")
Formula 2 for Completed
SUMIFS({FTE}, {DateReceived}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2021), {OverallStatus}, "Done")