Forum Discussion
Anonymous
3 years agoNot applicable
The syntax for ')' is incorrect.
I've searched for this and the typical suggestion is that the Return is needed. I'm using this in a new column, does it need to be a measure? What is the issue? I need to have a few of these but f...
Anonymous
3 years agoNot applicable
- Anonymous3 years agoNot applicable
AnthonyJoseph - I got it to work from the email I received.
- unicorns3 years agoHelper II
Hi GQ,
I just read your post again and if you are trying to use this in a 'new column' then it should be a measure. I think that formula is returning an entire table, which you can't use for a column since it's returning multiple columns.
you should assign your code to a measure in this case. I think you can use filters+aggregate functions in your code to ensure you are returning a measure instead of entire table. let me know if I can help.
- Anonymous3 years agoNot applicable
I'm getting the same error as a measure.
- unicorns3 years agoHelper II
Are you able to share a pbi file or information/logic on what kind of measure you are trying to create for that new column?