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
Hello I have mobile number reflecting multiple times in different month , i want to have counts of duplication of mobile number of selected month
for eg if i select Jan 23 it should show counts only for jan Jan23
Solved! Go to Solution.
Hi @Anonymous
Please try
=
SUMX (
VALUES ( 'Table'[phone] ),
VAR CountDuplicate =
COUNTROWS ( CALCULATETABLE ( 'Table' ) )
RETURN
IF ( CountDuplicate = 2, CountDuplicate )
)
Hi @Anonymous
Please try
=
SUMX (
VALUES ( 'Table'[phone] ),
VAR CountDuplicate =
COUNTROWS ( CALCULATETABLE ( 'Table' ) )
RETURN
IF ( CountDuplicate = 2, CountDuplicate )
)
Thak you for your help @tamerj1 ,addition to this i want to show duplication in next 90 days ,what will be the measure for that ,for eg, if i select april , i want to show duplication in april may and june
@Anonymous
Do you have a date table?
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |