I have a table that looks like the first three columns of the following:
The final column is what I would like to produce. The value for this column should be calculated as follows:
Apologies for the confusing title - I hope the example gives more context to what I am trying to do!
Thank you for any help on this.
Solved! Go to Solution.
New column = minx(filter(Table, [Role ID] = earlier([Role ID]) && [next Review Date] > earlier([next Review Date]) ) ,[next Review Date] )
New column = minx(filter(Table, [Role ID] = earlier([Role ID]) && [next Review Date] > earlier([next Review Date]) ) ,[next Review Date] )
This works perfectly, thank you so much!
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
130 | |
69 | |
33 | |
27 | |
23 |
User | Count |
---|---|
136 | |
73 | |
39 | |
39 | |
20 |