Number.Atan2
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns the arctangent of the division of the two numbers, y and x. The divison will be constructed as y/x.
Number.Atan2(y as nullable number, x as nullable number) as nullable number
Show: