Forum Discussion
DAX - SUM
- Anonymous5 years ago
Hi AmudhaKumaran ,
Please create a calculated column to check only for numeric data as below
check text/num = IFERROR ( VALUE ( 'Table (2)'[Total] ), 0 )Thereafter create a measure to sum the column
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.Appreciate your Kudos..!
Regards
Husna
Hi AmudhaKumaran ,
Please create a calculated column to check only for numeric data as below
Thereafter create a measure to sum the column
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your Kudos..!
Regards
Husna
Hi Anonymous ,
Thanks for yor response. What you suggested would absolutely work for a standalone dataset. However, I'm using a data model that is in datalake and I don't manage it. Means, I cannot create columns. I can only create measures withing my report.
So that's why I'm trying to figure out my issue using a measure.