Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
acg
Resolver I
Resolver I

Summining up a number of colum values

I am summing up a number of variables, some decimals, and some integers. 
I want to create a new column ideally. the error message says: Operator or expression '( )' is not supported in this context.
I tried to remove the CALCULATE and the additional brackets. But this did not resolve the issue. 
 

Overall Score =

CALCULATE( SUM

 ((SUM('fact'[RiskLargest Owner]),

    SUM('fact'[Risk Meets Requirement]),

    SUM('fact'[Risk Indep Audit 0/1]),

    SUM('fact'[Deficiencies highlighted in programme audit?),

    SUM('fact'[Risk AML CFT Programme]),

    SUM('fact'[Deficiencies highlighted in audit?]),

    SUM('fact'[Lacking Identification]),

    SUM('fact'[Exception handling procedures - customer due diligence]),

    SUM('fact'[Transaction and account monitoring processes]),

    SUM('fact'[Risk PEP Customers]),

    SUM('fact'[Risk Nonres Customer]),

    SUM('fact'[Risk Non Face to Face]),

    SUM('fact'[Risk Ministerial Exemptions]),

     SUM('v_QandZ'[HighestCountryRiskScore]))

 )

   

2 REPLIES 2
acg
Resolver I
Resolver I

No, This does only work with calculation, but not with variables. Should be really easy, hmm. 

FreemanZ
Super User
Super User

hi @acg 

try something like:

Overall Score Column  =

[RiskLargest Owner]+
[Risk Meets Requirement]+
[Risk Indep Audit 0/1]+
[Deficiencies highlighted in programme audit?+
[Risk AML CFT Programme]+
[Deficiencies highlighted in audit?]+
[Lacking Identification]+
[Exception handling procedures - customer due diligence]+
[Transaction and account monitoring processes]+
[Risk PEP Customers]+
[Risk Nonres Customer]+
[Risk Non Face to Face]+
[Risk Ministerial Exemptions]+
RELATED('v_QandZ'[HighestCountryRiskScore])

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.