Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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 |
---|---|
134 | |
74 | |
72 | |
58 | |
54 |
User | Count |
---|---|
194 | |
95 | |
65 | |
62 | |
53 |