Forum Discussion
the sum of string
Hi,
I have tried about 3 different dax ways and non of them work.
I have a direct query where the number is stored as a string
I need to create a measure that sums the cost.
simples
- Anonymous4 years ago
Anonymous
See example.
Measure = SUMX('Table',VALUE(MAX('Table'[Column1])))Best regards
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly. - Anonymous4 years ago
Thanks for all the replys, I ended up having to import the data in the end due to other changes that were required
4 Replies
- CNENFRNL
Community Champion
- AnonymousNot applicable
Anonymous
See example.
Measure = SUMX('Table',VALUE(MAX('Table'[Column1])))Best regards
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly. - AnonymousNot applicable
Thanks for all the replys, I ended up having to import the data in the end due to other changes that were required