Forum Discussion
gmasta1129
10 months agoResolver I
Find if a date changes
Hello, I have a report that contains 3 columns 1. Run Date 2. Portfolio Code 3. Maturity Date I am trying to create a formula to show if there is a difference in the maturity date colu...
- 10 months ago
raisurrahman
9 months agoHelper II
gmasta1129:
Thanks to ronrsnfld and AntrikshSharma for their Power Query solutions—both work perfectly. For very large datasets, I’d recommend ronrsnfld's approach; it’s faster than AntrikshSharma ’s, because the latter transforms the object multiple times (Table → Record → Table).