Forum Discussion
Anonymous
8 years agoNot applicable
Add Default Value
Hello Community, I need help in creating a column with default value. I have a dataset with 2 columns and i want to create 3rd column with default value like(Same value for all records). Data...
- 8 years ago
Hi Anonymous
will new column with constant value help?
Context menu "new column" ->
Column = 27
or it's too simple?
Best regs
- 8 years ago
Fine, Anonymous,
try this:
Column2 = "https://www.google.com"
double quotes is important for text value
best regs
McCow
8 years agoResolver III
Hi Anonymous
will new column with constant value help?
Context menu "new column" ->
Column = 27
or it's too simple?
Best regs
Anonymous
8 years agoNot applicable
Thanks It is working. I am trying to create one more column with default value 'https://www.google.com' to all records but getting error.
The syntax for ':' is incorrect. (DAX(https://www.google.com)).
- McCow8 years agoResolver III
Fine, Anonymous,
try this:
Column2 = "https://www.google.com"
double quotes is important for text value
best regs