Forum Discussion

webportal's avatar
webportal
Impactful Individual
9 years ago
Solved

Numeric fields not summed by default

When relating two tables by the year ("Ano"), the numerical fields, like Sales Amount are not added by default. Instead they are counted, as if they were text fields. So, when changing this to Sum ...
  • sdjensen's avatar
    9 years ago

    I believe you are adding a column straing from your table to your visuals. Because when you do this you have many different options to how you want to display/calculate your number e.g as average, minimum, maximum ect. To avoid this you should calculate your values as measures and hide the origional colums from your table, so your users are not confured and use these instead of your real measures. You should consider the naming policy of you table column since you can't add a measure with a name already given to a column. So if you want a measure called 'Vendas e servicos prestados' you should rename the column in your table.

     

    You could try this measure:

    Vendas e servicos prestados = SUM('Financeiros'[Vendas e servicos pretados])

    (sorry I don't have that special spanish (even more sorry if it's not spanish - I ment no offence) char)