Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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!
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
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
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 21 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 67 | |
| 56 | |
| 45 | |
| 42 | |
| 30 |