Forum Discussion

mb0307's avatar
mb0307
Responsive Resident
4 years ago
Solved

Error: convert the value to type List.

Hi   Here is a table called FridayTable   and this is my code to concatenate a column values into one line text here:   {Cube.ApplyParameter, "[!V000004]", {"""" & Text.Combine(FridayTab...
  • mb0307's avatar
    4 years ago

    Thank you and other for looking into this but I have managed to find alrenative solution that worked.

     

    {Cube.ApplyParameter, "[!V000004]", {{ #"Date1" & "", "" & #"Date2" & "", "" & #"Date3" }}},

     

    Date1, Date2 and Date3 are separate queries of text type. 

     

    Thanks again.