Value.Is
This function checks if a value is suitable for a specific type. It performs a similar action to the "is" operator in M language, but with the added ability to recognize identifier type references lik...
This function checks if a value is suitable for a specific type. It performs a similar action to the "is" operator in M language, but with the added ability to recognize identifier type references like Number.Type.
The comparison of two methods for verifying if a number aligns with a specified data type in Power Query is being discussed. The first method involves using the MValue.Is function, which checks if the number 123 matches the Number.Type data type. The result of this comparison is true, indicating that 123 is of the number type.