Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic Formula (Measure) that would check whether a value exists in a selected previous period
I am tasked to create a report that will essentially map out the headcount changes from any chosen quarter (ex. Q3 vs Q2, Q2 vs Q1). I need to separate the headcount walk to: 1) Decrease from em...
lbendlin
Super User
4 years agoHave you considered using INTERSECT() and EXCEPT() for this? Inside your measure you can construct table variables for the affected periods and then use the Venn functions as needed.