Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |