
Ultimate access to all questions.
You have a query in Microsoft Power BI Desktop with two columns named Order_Date and Shipping_Date.
You need to create a new column that calculates the number of days between Order_Date and Shipping_Date for each row.
Which Power Query M function should you use?
A
DateTime.LocalNow
B
Duration.Days
C
Duration.From
D
Date.AddDays