Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Using summarize gives wrong value

Hi everyone, I am having some issues with the Summarize function as it is not giving the correct value for a specific measure. I'll explain below. I have a sample HR table where a person has on...
  • Mariusz's avatar
    7 years ago

    Hi Anonymous 

     

    The below article explains how Summarize works, the common practice is to use summarize for group by and then ADDCOLUMN() for Aggregations.

    https://www.sqlbi.com/articles/all-the-secrets-of-summarize/

     

    Regards,
    Mariusz

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