Forum Discussion
Krijgersss
Helper II
2 years agoneed help with a % calculation
please help i have a measure that gives me a value now i want to make a measure ti get 60% of this value the measure shows
60% van = [verlof uren] / 0.6
is what i would think but this doesnt work so how do i get 60% of the "Verlof uren" measure
Krijgersss , Try this method and please check datatype it should be numeric
60% van = [verlof uren] * 0.6
1 Reply
- bhanu_gautam
Super User
Krijgersss , Try this method and please check datatype it should be numeric
60% van = [verlof uren] * 0.6