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 August 31st. Request your voucher.
Hello
I have a matrix (below) and the Churn is calculated using the measure of:
Solved! Go to Solution.
@Anonymous
Churn Measure Total =
VAR __Table = SUMMARIZE('Table',[CustomerReference],"__Churn",[Churn])
RETURN
IF(HASONEVALUE('Table'[CustomerReference]),[Churn],SUMX(__Table,[__Churn]))
@Anonymous
Churn Measure Total =
VAR __Table = SUMMARIZE('Table',[CustomerReference],"__Churn",[Churn])
RETURN
IF(HASONEVALUE('Table'[CustomerReference]),[Churn],SUMX(__Table,[__Churn]))