Hello @Not Jeremy Stern ,
It seems like you “First ARR Date” will be a property of your L0 dimension and your L1 dimension will have another property that will be the “Parent” L0. As such, you could use the following formula:
- First ARR Date Metric aBY CONSTANT: P1.P0]
Please let me know if that is not clear.
Cheers!
I think you’ve got it reversed, our Pigment SA Jake Prince set us up where L0 is the most granular level and L1 is the parent level.
Our L0 is basically individual subscriptions and our L1 is the parent company. L0 could have LinkedIn, Microsoft, Github, etc. L1 would then be Microsoft. At the L1 level, we want to know the first day that any ARR was generated by an L0. With the goal of optimizing overall performance, the questions end up being:
- Generally will it be better to (a) aggregate information in the data warehouse & import to Pigment or (b) to import to Pigment & aggregate in Pigment?
- Even better: if there is an inflection point, teach us when option a is better and when option b is better.
- If aggregating in Pigment, is there any more efficient way to do this than BY MIN?
Hello again,
You are completely right. My suggestion resolves the opposite relationship.With regards to this question, any additional calculation will have an impact in the string of calculations.
What I mean by this is that if you do the allocation of dates outside Pigment, your only calculation will be transforming the data from the transactional list into the L1 dimensioned metric. Alternatively, if you bring the data at the L0 dimension, you will have to transform the data from the transactional list into a L0 dimension metric and from there to the L1 dimensioned metric.
As for the more efficient way than BY MIN, I believe it is a good option since you have to identify what date is the earliest for each specific parent.
Hope that made sense!