Learn how to get the year from a DateTime type using the Year function in Power Fx. This uses a demo of the latest Copilot Studio, however it can be used anywhere that Power Fx is used (such as Power Apps).
Read MoreLearn about the Now function in Power Fx. It’s a function that returns the current date and time as a date/time value. It works with the local time of the current user however, while you can use it to perform calculations or comparisons with other date/time values you can use Now to get the current time in UTC by adding the TimeZoneOffset for the given time
Read MoreLearn how to use the TODAY function on Power FX. If you’ve ever found yourself wrestling with manual date entries or wasting time trying to mess around with users location and their ‘today’s’ date, this tutorial is for you. I’ll walk you through the easy steps to use the function and show you how it requires updating alongside that it’s based on user location, saving you time and eliminating date-related headaches.
Read MoreLearn how to use the Concatenate function in Power Fx, the low-code programming language created by Microsoft. The Concatenate function allows you to join together multiple strings of text and strings in tables, but only in certain scenarios! You will see some examples of how to use the Concatenate function with individual strings, single-column tables, and mixed arguments.
Read MoreIn this video, I’m going to go into how to use the Contains function! Whenever we’re working with data, be it strings or a data source, we always want to check if something is contained IN it. This is the video shows you how to write your own contains statements using the IN operator in Power Fx!
Read MoreLearn how to use the Power Fx If Function in Power Apps, Power Virtual Agents (PVA) and more! So what is it? It’s like a detective that checks conditions until it stumbles upon the truth, except it can also find the false outcomes too with multiple-layers of checking. This is the video for you if you’re looking to refresh your memory on the Power Fx If function or you’re a beginner to low code/no code and haven’t ever seen anything like this before!
Read More