Jump to content
One on One Extensive Advanced Excel Training ×
Business Intelligence & Analytics for Digital Transformation

Saurabh Jain

Administrators
  • Posts

    1,724
  • Joined

  • Last visited

  • Days Won

    61

Everything posted by Saurabh Jain

  1. Returns the number of items in a list excluding null values
  2. Returns the number of items in a list.
  3. Returns a scalar function of type scalarFunctionType that invokes vectorFunction with a single row of arguments and returns its single output.
  4. Returns whether or not function is considered a data source.
  5. Returns the result of invoking function after duration delay has passed.
  6. Invokes the given function using the specified and returns the result.
  7. Takes a unary function function and creates a new function with the type functionType that constructs a list out of its arguments and passes it to function.
  8. Returns the M source code representation of an identifier.
  9. Returns the result of evaluating an M expression.
  10. Returns the M source code representation of a constant value.
  11. Returns a record containing fields Reason, Message, and Detail set to the provided values. The record can be used to raise or throw an error.
  12. Writes a trace message, if tracing is enabled, and returns value.
  13. Returns an opaque identifier for the currently-running evaluation.
  14. Creates a duration value from days, hours, minutes, and seconds.
  15. Returns a text value from a Duration value.
  16. Returns the total magnitude of seconds from a duration value.
  17. Returns the total magnitude of minutes from a Duration value.
  18. Returns the total magnitude of hours from a Duration value.
  19. Returns the total magnitude of days from a Duration value.
  20. Returns a record with parts of a Duration value.
  21. Returns the seconds portion of a duration.
  22. Returns the minutes portion of a duration.
  23. Returns the hours portion of a duration.
  24. Returns a Duration value from a text value.
  25. Returns a duration value from a value.
×
×
  • Create New...