Forum Discussion
Anonymous
7 years agoNot applicable
Divide two columns using DAX
I'm trying to divide two columns by using DAX. I've always struggled with this functionality in the past and thought I got this but I can't get my head around why it wouldn't work. The formula doin...
- 7 years ago
Anonymous so as per your screen shot, you need to change data type to decimal number and decimal point to 2 or 3, didn't seems like you did that?
parry2k
7 years agoSuper User
Anonymous did you checked the data type
Anonymous
7 years agoNot applicable
- Anonymous7 years agoNot applicable
I did both parry2k , a calculated column and measure using same formulas:
Column formula: Column = DIVIDE(count(Disputes[Disputes]),count(Disputes[Transactions]))
Measure formula: Measure = DIVIDE(count(Disputes[Disputes]),count(Disputes[Transactions]))
Output:
- parry2k7 years agoSuper User
Anonymous so as per your screen shot, you need to change data type to decimal number and decimal point to 2 or 3, didn't seems like you did that?