cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Cocrodile
Helper I
Helper I

Count agregate

Hi,

Cocrodile_0-1685441605321.png

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 :

Cocrodile_1-1685441831149.png

Thank you very much!

4 REPLIES 4
vk_pbi
Resolver II
Resolver II

simple use count function to achieve this

COUNT('Table1'[ticket_close test])

non correct result is count of all number

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

Cocrodile_0-1685443241377.png

No correct , 

I need a function that if I count all the week numbers that are equal to ticket_colose test giving me result 1 and then adding it

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors