Forum Discussion
mb0307
4 years agoResponsive Resident
List to text
Hi, I have a List values: I want to use exactly same format with "" shown above in this query: {Cube.ApplyParameter, "[!V000004]", {{ #"ListName"}}}, If I provide the...
AlexisOlson
4 years agoSuper User
I'm guessing what you want is this:
{Cube.ApplyParameter, "[!V000004]", {Text.Split(#"ListName"{0}, ",")}},