Skip to content

Commit c2b1e2e

Browse files
authored
clean
1 parent 8f2acef commit c2b1e2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

3_PowerPlatform/1_PowerBI/src/0_calculate_days_between_periods.dax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Costa Rica
2-
// Belinda Brown, belindabrownr04@gmail.com
32
// July, 2020
43
// Calculate days Between Periods
54
// with filter
@@ -14,4 +13,4 @@ VAR daysBetweenPeriods =
1413
)
1514
)
1615
RETURN
17-
DATEDIFF ( daysBetweenPeriods, ObjectClosedDate[ClosedDate] , DAY )
16+
DATEDIFF ( daysBetweenPeriods, ObjectClosedDate[ClosedDate] , DAY )

0 commit comments

Comments
 (0)