Forum Discussion
Anonymous
7 years agoNot applicable
Need Help Round Down Number
Hi,
I had a number got from SQL, and I'd like to round down it. In Excel is pretty easy. I'll show an example:
A1=830 = ROUNDDOWN(A1/100;0) =8
A2=1020 = ROUNDDOWN(A2/100;0)=10
I need it in the new measure, or "M languege" because I'll use it in order to plot a graph.
Thanks,
3 Replies
- HotChilliCommunity Champion
Number.RoundDown(value) ,if you want to go to the integer lower than your number
- AnonymousNot applicable
I've tried it but didn't work.
- v-jiascu-msftMicrosoft Employee