1900 is not a leap year in Power Apps
As you know, PowerFx draws parallels from Microsoft Excel. In fact, Microsoft told us that they want full parity between Power Apps and Excel’s function …
Making your life easier!
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.
As you know, PowerFx draws parallels from Microsoft Excel. In fact, Microsoft told us that they want full parity between Power Apps and Excel’s function …
User-friendly apps make all the difference, and displaying large amounts of data is one of the most complex things to do correctly. For those of …
A few weeks ago, I got an amazing question from Jason about variables and buttons, specifically how to achieve what we get from other programming languages …
Color makes everything better, and it’s an amazing way to help highlight elements, make the UI easier to use and read, and much more. The …
Power Apps enables us to build very complex layouts but having them look good is hard. Not only looking good but looking symmetrical. Even if …
The choices function returns a table of elements that we can choose from. Note the return “table,” meaning that we can use other functions like …
One of the most common mistakes that I see in Power Apps is people hardcoding values in the app. Your app should not have multiple …
The Len function is highly versatile and super useful. It is also a function used in all programming languages that I know since it serves …
For lists, there’s a lot of information that you can provide, but there’s one that we often don’t use. Color. It’s handy to have the …
Not all data lives in data sources and, once in a while; it’s useful to generate a table of objects that lives in your App. …