For my work I have a datasource from rocket U2 Universe. I already can get the data into programs like Power BI and Excel. I was wondering if there is like a guide with all the SQL commands and other commands we can access.
In particular I would like to add case expression to a query to reduce steps in Power Query.
I've never used Power Query, but, there is a CASE statement in UniBasic.
Works like so:
Of course this is assuming you are using UniBASIC and not SQL. Not sure what the SQL side does.