We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |