We read every piece of feedback, and take your input very seriously.
We are pleased to announce the experimental release of our ParseJSON function, which can parse JSON strings into Power Fx objects and types. This new function dramatically simplifies working with JSON ...
parseJSON is very lean and really just splits the string into different parts to create a native Date object. It would be roughly equivalent to new Date(Date.UTC(2020, 1, 30)) here.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results