Forum Discussion
How to retrieve value from Incentive Measure by using if condition
- Anonymous2 years ago
Hi KS_India
Based on your description, my understanding is that you seem to have two tables and have created a calculated column that uses fields from both tables in that formula. As per my judgment, your screenshot shows the data from the "Table" table, can you show the data from the other table so that I can help you better. Please remove any sensitive data in advance.
For now, my suggestion is that you try the following formula:Revised Sales = if('Table'[Commodity] = "Hardware", 'Table'[Incentive], BLANK())Best Regards,
Yulia XuIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi KS_India
Based on your description, my understanding is that you seem to have two tables and have created a calculated column that uses fields from both tables in that formula. As per my judgment, your screenshot shows the data from the "Table" table, can you show the data from the other table so that I can help you better. Please remove any sensitive data in advance.
For now, my suggestion is that you try the following formula:
Revised Sales = if('Table'[Commodity] = "Hardware", 'Table'[Incentive], BLANK())
Best Regards,
Yulia Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.