Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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]))
)
No, This does only work with calculation, but not with variables. Should be really easy, hmm.
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])
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
9 | |
8 |