Created
March 20, 2024 05:30
-
-
Save PBI-DataVizzle/5d4f1f4c7e54fc995885e26cedf8d2eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Table.AddColumn(GetDates, "Last Working Date", each | |
Date.AddDays(Date.EndOfMonth([Date]), | |
List.Min({0, 4 - Date.DayOfWeek(Date.EndOfMonth([Date]), | |
Day.Monday)}))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment