concatenex
1 TopicAdd quotes around values - Concatenex()
Hi, I am using concatenex to retrieve several values from a filter. CONCATENATEX(VALUES(DIM_Products_Desc[Fruit]),DIM_Products_Desc[Fruit],",") My result looks like this : banana,apple,peach However, I need the names to be in quotation marks : "banana","apple","peach" etc... Is there any way to do this? Thank you 🙂Solved1.6KViews0likes2Comments