Forum Discussion

Cocrodile's avatar
Cocrodile
Helper I
3 years ago

Count agregate

Hi,

I would need to count the values of ticket_close test and put them in week  (settiman =week )10 in a new column

expected result :

Thank you very much!

4 Replies

  • simple use count function to achieve this

    COUNT('Table1'[ticket_close test])

      • vk_pbi's avatar
        vk_pbi
        Resolver II

        May I know, which visual you are using to display it.. Count will automatically consider the incomnig filter context and calculate it accordingly