Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have table name called Leads data . this table have a two column
I am trying Create a measure called converts which is count of trail_id where converted_date column is populated
ID NO date
626238
626231 August 26,2021
636241
636564 August 28,2021
653234 August 29,2021
657634 August 30,2021
I want count of trail id where the converted Date populated .
Thanks in advance . looking for support .
Solved! Go to Solution.
or you can try:
converts = COUNTX( FILTER(Sheet1, NOT(ISBLANK(Sheet1[converted_date])) ) , COUNT([trail id])
@Anonymous is it worked? Do you need any help?
or you can try:
converts = COUNTX( FILTER(Sheet1, NOT(ISBLANK(Sheet1[converted_date])) ) , COUNT([trail id])
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |