The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
10 | |
7 |