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.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
21 | |
12 | |
10 | |
7 |