Forum Discussion
AlejandroPCar
9 years agoHelper IV
DIVIDE does not show the value
Hi! I have these problem. Im using DIVIDE and these is the result: First I have two values for Eslovaquia in two dates and the result is right. But in the second, I have only on...
- 9 years ago
Hi AlejandroPCar,
Did you mean the blanks? Maybe you could try to add one more parameter to "divide".
Exportaciones Variacion % = DIVIDE ( [Diferencia]; [Exportaciones II]; 0 )
Best Regards!
Dale
Anonymous
9 years agoNot applicable
AlejandroPCar
9 years agoHelper IV
Hi, I hope it can help.
- blopez119 years agoSuper User
Maybe I am oversimplifying, but can you just use the following, and format as a percentage in the Modeling tab?
Exportaciones Variacion % = DIVIDE ( [Diferencia]; [Exportaciones II] )- AlejandroPCar9 years agoHelper IV
Hi blopez11
I tried it and It works! (partially)
When the result is -100% it will be showed and it is perfect!
But, Im still having this problem:
Thanks a lot!
- v-jiascu-msft9 years agoMicrosoft Employee
Hi AlejandroPCar,
Did you mean the blanks? Maybe you could try to add one more parameter to "divide".
Exportaciones Variacion % = DIVIDE ( [Diferencia]; [Exportaciones II]; 0 )
Best Regards!
Dale