Hi Sindhu,
Create a column with below code. You can use datediff() to find the difference between dates.
day diff = DATEDIFF(Orders[Start Date].[Date],Orders[End Date].[Date],DAY)
Now add the column next to date fields to observe the value.
Hope this helps you.