Forum Discussion
Anonymous
10 years agoNot applicable
Fix blank values and infinite
I have some graphics that as the filter made the values of these graphs is blank or infinite, and according to the business rule that can happen but I need to make when this happens does not show any...
Anonymous
10 years agoNot applicable
works however when the numeric value is represented is bringing more decimal places
with a filter
without filter
Sean
Community Champion
10 years agoAnonymous Try this... let me know if this works
% Target Revenue Surplus =
DIVIDE (
CALCULATE (
SUM ( Facts[Vl_Suplementado] );
Facts[OrigemRecurso_DS] = "Surplus Financial"
);
SUM ( Facts[Vl_ReceitaPrevista] );
0
)