Forum Discussion

jamesdio's avatar
jamesdio
Frequent Visitor
4 years ago

Help DAX Code

Dear, I have the following problem below:
I need to add the value of the column Medida with the value of the line balance line by line as in the example on the side

 

 

 

 

2 Replies

  • jamesdio , is it not

    [Medida] +[Saldo]

     

    if both are measure

     

    Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

    • jamesdio's avatar
      jamesdio
      Frequent Visitor
      measure + balance returns me those values ​​that are incorrect

      the correct would be

      I calculate dax that I used to generate the medida column
      calculate(sum(**bleep**FLEXT[SALDO]),**bleep**FLEXT[DESCRICAO]="MOEDA",ALL(Calendario[Mes]))