Forum Discussion
Power-CJ
3 years agoHelper I
SWITCH CASE - Using Array List for Conditional Calculation
Hello there, i'm writing a Dax Measure in Order to do an conditional Calculating at the Item Ledger Entry of articles. I have 3 amounts with article numbers to do a different calculation. The Swit...
- 3 years ago
Hi Power-CJ ,
Does the "IN" operator work in your case?
Here an example:
Let me know if this helps 🙂
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
Power-CJ
3 years agoHelper I
Hello Tom,
thanks for the quick Response.
There Where you placed 'Table'[Order] I only can place Measure and no Columns of Table.
But when i set the function SELECTEDVALUE() in front of the column it will work.
thanks a lot