Hi I have this query
Solved! Go to Solution.
@salman_ali change to this
Dept = Switch(Delivery_transaction_details[posting_code],
1,"Bulk",
2,"Bulk",
10,"Bulk",
99,"Bulk",
"Cyl")
removed SELECTEDVALUE function
I would 💖 Kudos 🙂 if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Thanks so much, that worked!!
@salman_ali change to this
Dept = Switch(Delivery_transaction_details[posting_code],
1,"Bulk",
2,"Bulk",
10,"Bulk",
99,"Bulk",
"Cyl")
removed SELECTEDVALUE function
I would 💖 Kudos 🙂 if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.