Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

DATATABLE DAX giving error with multiple values

Hi,   I am trying to create a datatable with DAX using the function below:   _Test Param = DATATABLE("TestParam",STRING,{{"Test"},{"Test2"}})   PowerBI gives me an error indicating a table of m...