Why might you use the DAX DIVIDE function rather than a forward slash (/) when creating a measure? (Select all that apply.) A. DIVIDE does not raise an error when the denominator is zero. B. DIVIDE is faster. C. A forward slash does not work with text columns. D. DIVIDE stores the numerator and denominator locally.