Forum Discussion
AmudhaKumaran
5 years agoHelper I
DAX - SUM
Hi Team, I have a column with both numbers & Text. Is there a way to sum only numeric values in that column using a single measure? Eg: I have a table like shown below. I need a measure to show th...
- 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
amitchandak
5 years agoSuper User
AmudhaKumaran , I would advise to create a new numeric column in power query