Forum Discussion
domtrump
2 years agoHelper II
Calculated column - convert data type
I have a table in my data model that was loaded from a query. I have a column that came over as text. I need an additional column that has this column represented as an integer. No longer have access...
lbendlin
2 years agoSuper User
Cannot reproduce
Table = ADDCOLUMNS({"10"},"num",CONVERT([Value],INTEGER))
Show more of your DAX.