I would like to roundup a float to the next decimal quarter. For example the number 1.13 should be roundup to 1.25. Can this be done in a function?
Solved! Go to Solution.
Hi @JoostvanDeelen ,
You can use the below expression to round up to quarters,
add(sub(outputs('Compose'),mod(outputs('Compose'),0.25)),0.25)
The code I've used to test:
Output:
Hope you find this helpful! 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
Hi @JoostvanDeelen ,
You can use the below expression to round up to quarters,
add(sub(outputs('Compose'),mod(outputs('Compose'),0.25)),0.25)
The code I've used to test:
Output:
Hope you find this helpful! 🙂
Kind Regards,
Shaik Sha
________________________________________________________________________
If I have answered your question, please mark the post as Solved.
If you like my response, please give it a Thumbs Up.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
13 | |
11 | |
9 | |
7 | |
6 |
User | Count |
---|---|
21 | |
21 | |
17 | |
8 | |
8 |