Forum Discussion
RPNancy54
3 years agoHelper I
Roundup 0,05
Hello, Someone can help me please ? Roundup to 0,05 ??? What the mesure ? Thanks
RPNancy54
3 years agoHelper I
Hello,
Thank you.
Where i paste this ? DAX, Power Query, ... ?
Have a nice day
Greg_Deckler
3 years agoCommunity Champion
RPNancy54 It's DAX see message above on how to fix and account for having blank rows for your value column.
- RPNancy543 years agoHelper I
Hello,
Again thank you.
It' no good :
Q4 roundup 0,05 =VAR __Table = if(ISBLANK([Mesure]),0, ADDCOLUMNS(GENERATESERIES([Mesure],[Q4 Mesuré]+.05,.01),"Mod",[Value] - 0.05*INT([Value]/.05))VAR __Min = MINX(FILTER(__Table,[Mod]<=0),[Value]))RETURN__MinDo you know why ?Yhank you - RPNancy543 years agoHelper I
Hello,
Do you have a moment for me please ?
Thanks