Forum Discussion

rachaelwalker's avatar
rachaelwalker
Resolver III
3 years ago
Solved

Add column showing max value from another column

I am in power query creating custom columns. I have an table that is grouped by opportunity number. I successfully added a column that shows the date from previous row. Now, I need to add a column wi...
  • rachaelwalker's avatar
    rachaelwalker
    3 years ago

    A quick work around was to create a separate SQL query and group by Opportunity and MAX index then merged the queries. Not sure if it's the most efficient but I am now getting the data I need. Thank you for taking the time.