home.social

#mlanguage — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mlanguage, aggregated by home.social.

  1. 💰 Ever tried processing payments on a holiday? Yeah, banks just laugh at you. 🤡 I wrote a Power Query function that skips weekends and holidays to get the next banking day—because money waits for no one (except financial institutions).

    Check it out: https://deuts.org/p/power-query-next-banking-day/

    #PowerQuery
    #Mlanguage
    #FinancialTech
    #DataScience

  2. Looking at writing some Power Query M language to page results from an API. I'm distressed to learn that instead of the universal "return", M language uses the keyword "in" to indicate the return value.

    Also I'm struggle to see how to debug this (there is no print command!).

    I hate languages that live in little boxes...

    #PowerQuery #Excel #Mlanguage