Forum Discussion
jamesdio
4 years agoFrequent Visitor
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
amitchandak
4 years agoSuper User
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.
- jamesdio4 years agoFrequent Visitor
measure + balance returns me those values that are incorrectthe correct would be
I calculate dax that I used to generate the medida columncalculate(sum(**bleep**FLEXT[SALDO]),**bleep**FLEXT[DESCRICAO]="MOEDA",ALL(Calendario[Mes]))