Compartir a través de


Use Power Fx in Power Pages design studio

Enabled for Public preview General availability
Admins, makers, marketers, or analysts, automatically Jun 17, 2024 -

Business value

Power Fx, a low-code language within the Power Platform, enables makers with limited programming experience to add custom logic to their applications. Power Fx support in Power Pages provides a seamless way to bring low-code capabilities to the design studio.

Feature details

Makers can create webpages with dynamic content, such as text, button labels and destinations, images, videos, and iframes, by using Power Fx in Power Pages design studio. For example, you can:

  • Use the following formula to craft a text component that shows the number of open applications based on their status:

    • ** $"You have {CountIf(Applications, Status = 'Status (Applications)'.'Under review')} applications in progress." **
  • Use this formula to decide which video to show for a user based on their previous applications:

    • ** If(CountIf(Applications, requester = User().EntraObjectId) > 0, “https://youtu.be/l4B1UflAty8”, “https://youtu.be/5rEZGSFgZVY”) **

Screenshot of Power Pages design studio with the new Power Fx formula bar shown for a text component

Additional resources

Use Power Fx in Power Pages for authoring dynamic content (blog)

Use Power Fx in Power Pages (preview) (docs)