Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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])
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
24 | |
10 | |
10 | |
9 | |
6 |