Forum Discussion
marcos_osorio
7 years agoHelper II
Problem with SUM
HI, i have a formula who works like this: TH Total Unit Margin = CALCULATE(SUM('BI Analysis'[Amount])/SUM('BI Analysis'[Qtty]),YEAR('BI Analysis'[DATE RECORD])>2017,'Type of Data'[TYPE] = "Resul...
- Anonymous7 years ago
Use the DIVIDE function, it accounts for a divide by zero error
Anonymous
7 years agoNot applicable
Use the DIVIDE function, it accounts for a divide by zero error
marcos_osorio
7 years agoHelper II
Thank you very much!
I have a lot to learn of Power BI.
Thanks Again!