Power Fx formulas that will make your Power Apps better and easier to make!

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 7

  • @EpicBizHero
    @EpicBizHero Před 3 měsíci +1

    AWESOME! Your videos give "Power to the People"! (Pun intended) WE APPRECIATE YOU!!!

  • @temidayolonge4566
    @temidayolonge4566 Před 7 měsíci

    Great Video as always. The Coalesce Function is really underrated.

  • @SothearithKONGMrMuyKhmer
    @SothearithKONGMrMuyKhmer Před 3 měsíci

    Cool! 😎👏

  • @therisingsun4828
    @therisingsun4828 Před 7 měsíci

    I love the switch function. Still don’t quite understand the coalesce function. Will have to research that a bit more. Thanks for posting!

    • @PragmaticWorks
      @PragmaticWorks  Před 7 měsíci

      Glad it was helpful!

    • @navarrocloud
      @navarrocloud Před 6 měsíci

      The Coalesce function evaluates what you pass into it and it will return the first non Blank() value. It reads what you pass into it from left to right. The arguments are comma delimited.
      You avoid having to write an If statement, and is much cleaner approach but can confuse other devs new to Fx formulas.
      Just start using it when you are checking if something has a Blank value or not.