Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Power Query: DISTINCT COUNT in GROUP BY on table not working

Hi guys,    i want to group a table in power query by the column "DIM_ID_ARTIKELGROESSE". I want to summarize the other columns with "Count Rows" or "Count distinct rows".   My problem is that i ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

     

    As far as I know, "Count Rows" or "Count distinct rows" should distinct count all other rows grouped by "DIM_ID_ARTIKELGROESSE".

    So when the Group by function selects Count-related operations, Column will not display columns, but will directly affect all rows. When operations such as SUM, AVG, etc. are selected, they will be displayed.

    For reference: Grouping or summarizing rows

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.