Forum Discussion

Melodyv's avatar
Melodyv
Icon for Helper I rankHelper I
3 years ago
Solved

Group by multiple columns - no need to sum

Here is what I'm working with.  The FNPI and MIS ID are the same in two rows (MIS ID being the client ID and FNPI being the outcome the client worked toward).  This client achieved the outcome, so I ...
  • ovde's avatar
    ovde
    3 years ago

    I think you need to do something simular to this Create Row Number for Each Group in Power BI using Power Query - RADACAD

    The key point here is that when you use table.filldown, you need to refer to the column that contains your new subtables not to the last step in the query, this will apply the function to the subtables. Next you can expand the subtables and remove any excess columns. 

    I think this should produce the results you're after.