Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 148 | |
| 110 | |
| 63 | |
| 36 | |
| 35 |