Quick Question,
I'm currently conducting a Profit Margin calculation where our company has costs associated with no sales on the same day. Thus, our Profit turns into a negative number for that day. I'm attempting to calculate the Profit Margin for that day but am getting an "-Infinity" result, I'm guessing from a 'divide by zero' error. Here is my formula, very simple:
ProfitMargin = Test_Sales[Profit]/Test_Sales[Revenue]
I've changed the formatting to percentage in BI Modeling etc. Just not sure where to go from here.