Forum Discussion
Split an IF
Hi, Syndicate_Admin
Try this:
% = DIVIDE ( SUM ( Difference[Orders that did not enter] ), COUNT ( 'Difference'[Nro_de_Negocio] ) )Because your [Nro_de_Negocio] column is a numeric type instead of a text type, when you sum the column, the result is much greater than 225, so you get a result close to 0.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- Gabriel_WalkmanContinued Contributor
What is the error?
- Syndicate_AdminAdministrator
use this formula
% =DIVIDE(SUM(Difference[Orders that did not enter]),SUM('Difference'[Nro_de_Negocio]))me da 0
- v-angzheng-msftCommunity Support
Hi, Syndicate_Admin
Try this:
% = DIVIDE ( SUM ( Difference[Orders that did not enter] ), COUNT ( 'Difference'[Nro_de_Negocio] ) )Because your [Nro_de_Negocio] column is a numeric type instead of a text type, when you sum the column, the result is much greater than 225, so you get a result close to 0.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.