Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I want to create an extra column like this below (NEW_VAL). Can you guys help me out?
So where the number is "30000" or "90000" the value needs to transform to a negative value.
Regards,
Ozgur
Solved! Go to Solution.
probably, not
but u can add column [Number] in your table from other table with LOOKUPVALUE
NEW_VAL = IF([Number] in {30000;90000};[Value]*(-1);[Value])
try this
Additional, the the numbers are in another table (Table X) and the values are in another table (Table Y). Will that work?
Regards,
Ozgur
probably, not
but u can add column [Number] in your table from other table with LOOKUPVALUE
User | Count |
---|---|
82 | |
79 | |
65 | |
48 | |
45 |
User | Count |
---|---|
103 | |
44 | |
39 | |
39 | |
39 |