Power Apps: Round Function
The Round function performs the mathematical round of a number to a specific number of decimal places. It uses the rules defined “Half Round-Up” where it rounds …
Want to know more the Power Platform or Microsoft 365? You're at the right place.
Power Apps is a platform that looks complex and difficult to learn, but it’s quite the opposite. It provides a simple and straightforward interface that allows you to do advanced apps quite efficiently. I write these articles with step-by-step tutorials to teach you how to build your apps in Power Apps. Once you understand these concepts, you will be able to, develop, and provide rich apps platforms with not a lot of work. You can even, automatically, offer these for mobile usage, desktop, and even web. If you’re a pro, I’m sure you can find something useful and learn something.
The Round function performs the mathematical round of a number to a specific number of decimal places. It uses the rules defined “Half Round-Up” where it rounds …
The RoundUp function rounds a number to a specific number of decimal places, always to the nearest higher number. The round is still up regardless of …
When building a Power App, one of the most common items that we use is the Browse Gallery. You can create lists of anything quickly, …
The RoundDown function rounds a number to a specific number of decimal places, always to the nearest lower number. The round is still down regardless of …
The Text function is widely used in PowerApps and for a good reason. It converts any value to a text field to display. For numbers …
Dates are one of the most common items to display to the user, but we need to be careful doing so. Just showing it is …
By default, PowerApps tries to deal with the information in the client. For a small number of records, the client can quickly deal with operations …
As soon as you start using PowerApps, you understand how powerful they can be, but you’ll find the following alert message quickly. Delegation warning. This …
The Switch function evaluates a formula and tries to find it in the list of matches defined. It stops in the first match that validates …
In this article, I’ll show how you can update properties based on changes in your app automatically and without a lot of effort. Let’s say …