Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
How to use the Dax formula or any other method to create a new column to identify risks that meet its appetite. The condition for us to understand whether the risk is meeting its appetite is, 1. If the Risk appetite is "Averse" and the corresponding risk rating is "Very Low" or 2. if the Risk Appetite is "Minimal" and its corresponding Risk rating is "Low" or 3. if the Risk Appetite is "Conservative" and its corresponding Risk Rating is "Medium" or 4.if the Risk Appetite is "Flexible" and its corresponding Risk Rating is "High" or 5.if the Risk Appetite is "Aggresive" and its corresponding Risk Rating is " Very High". The Risk Rating is obtained from the table "Risk register New" and column name is "Residual Risk" and Risk appetite is obtained from the table "Risk register New" and column name is "Risk Appetite"
Solved! Go to Solution.
Hello you can try :
Measure =
switch(
selectedvalue(table[risk appetite]),
"Averse",[very low calc],
"Minimal",[low calc],
"Conservative",[Medium calc],
"Flexible",[high calc],
"Agressive",[very high calc]
)
Hi @Junato47 ,
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello you can try :
Measure =
switch(
selectedvalue(table[risk appetite]),
"Averse",[very low calc],
"Minimal",[low calc],
"Conservative",[Medium calc],
"Flexible",[high calc],
"Agressive",[very high calc]
)
@Junato47 Probably a use case for SWITCH(TRUE(),...) but hard to say with the information provided. Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882
Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
18 | |
17 | |
16 |
User | Count |
---|---|
29 | |
27 | |
20 | |
15 | |
14 |