Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
I have table like below, wherein I need to create new column based on the value in Final RM Level. I need to get the value from respective column and need to put into new column.
Thanks,
-Arul
Solved! Go to Solution.
@Arul , a new column like
new column =
Switch ( [Final RM Level],
"RM1",[RM1],
"RM2",[RM2],
"RM3",[RM3],
"RM4",[RM4],
"RM5",[RM5]
)
@Arul , the logic is not very clear.
I thought of , but that if not work
RM1 = if([final RM Level] = "RM1",[self score] , 0)
It does not helps. I'm looking for single column for the given value in the final RM column for each row as a new column.
@Arul , I am clear on the logic. I have just given the formula that can be possibly there based on the description.
Please explain me logic of output column, I will try the formula
In the above table I have RM1,RM2...etc., columns, what I need is I need to get the value from particular column based on the value which is mentioned in Final RM Level.
I hope you got my problem.
Thanks,
-Arul
@Arul , a new column like
new column =
Switch ( [Final RM Level],
"RM1",[RM1],
"RM2",[RM2],
"RM3",[RM3],
"RM4",[RM4],
"RM5",[RM5]
)
It helps thanks.
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 |
---|---|
109 | |
97 | |
95 | |
38 | |
36 |
User | Count |
---|---|
150 | |
124 | |
76 | |
74 | |
53 |