Learn how to use the TrimEnds function’s capabilities in Power Fx to convert remove ALL additional spaces from the beginning and end of text, leaving any additional spaces between words there. This demo uses Power Apps, but it’s the same wherever Power Fx is used (such as Copilot Studio etc).
Read MoreLearn how to use the Trim function’s capabilities in Power Fx to convert remove ALL additional spaces (beginning, end and in-between!) from Text. This demo uses Power Apps, but it’s the same wherever Power Fx is used (such as Copilot Studio etc).
Read MoreLearn how to use the Text function’s capabilities in Power Fx to convert Numbers or Dates and Times to Text. This demo uses Power Apps, but it’s the same wherever Power Fx is used (such as Copilot Studio etc).
Read MoreLearn how to use the Value function’s capabilities in Power Fx to convert Text to Numbers. This demo uses Power Apps, but it’s the same wherever Power Fx is used (such as Copilot Studio etc).
Read MorePrompt builder is a prompt engineering tool from AI Builder. This tool lets makers write and test prompts for the text generation model within the Power Platform. Learn how to use this in this blog post!
Read MoreLearn how to use the Day function’s capabilities in Power Fx. The day function allows you to easily extract the day from a date and time value, allowing you to manipulate or respond to the data you retrieve. This demo uses Copilot Studio, but it’s the same wherever Power Fx is used.
Read MoreLearn how to use the Month function in Power Fx to get the month from a DateTime, in this video I’ll use Copilot Studio to show you how as well as provide you with examples of why you would use this function and exactly what it does! However, this can be used anywhere Power Fx has been implemented (such as Power Apps or Copilot Studio!).
Read MoreLearn 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 how to use the ‘ISTODAY’ function in PowerFX! This handy function helps you determine if a date provided matches the current date today, and simply returns a true or false. Learn how to use it effectively in this video!
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 More