Forum Discussion

Vinothsusai's avatar
Vinothsusai
Helper III
4 years ago
Solved

Summarize columns and count the rows

Hi,

 I summarized the result below with query 

 

Test = SUMMARIZECOLUMNS(
Metier[id], Metier[accountid_value],Metier[actualclosedate],Metier[jav_name],"COUNT",IGNORE(COUNT(Metier[jav_name])
))

                                                                                                                

idaccountid_valueCOUNTjav_nameactualclosedate
906e9740-02f4-e811-a950-000d3a45413bf3ceefd6-7aa7-e711-8111-e0071b652f712Audit11/3/2021 12:00:00 AM
fc4f127a-70e7-e911-a812-000d3a252d60f3ceefd6-7aa7-e711-8111-e0071b652f711Conseil7/9/2021 12:00:00 AM
8c6e9740-02f4-e811-a950-000d3a45413bf3ceefd6-7aa7-e711-8111-e0071b652f711Expertise Comptable & Gestion7/7/2021 12:00:00 AM
8c6e9740-02f4-e811-a950-000d3a45413bf3ceefd6-7aa7-e711-8111-e0071b652f711Expertise Comptable & Gestion9/2/2021 12:00:00 AM
906e9740-02f4-e811-a950-000d3a45413bf3ceefd6-7aa7-e711-8111-e0071b652f711Audit10/29/2021 12:00:00 AM
906e9740-02f4-e811-a950-000d3a45413b0001fd48-aa38-ec11-8c64-000d3ab972481Audit10/29/2021 12:00:00 AM
fc4f127a-70e7-e911-a812-000d3a252d60f3ceefd6-7aa7-e711-8111-e0071b652f711Conseil8/6/2021 12:00:00 AM

 

here based on the "Audit" ->  id,accountid_value  and jav_name (Audit) are 3 count. But the date are different in one row. I would like to display the date column and count as 3 even if date is different

 

 

Please advise;

 

Thanks

Vinoth