Created
September 19, 2016 01:27
-
-
Save develohpanda/a6d60949e0378b4b708a5ce9aa96ca24 to your computer and use it in GitHub Desktop.
Power BI - Round to nearest x seconds
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
DateTime.From(Number.Round((Number.From([Time]) * 24 * 3600)/RoundToNearestXSecond, 0)*RoundToNearestXSecond/(24*3600)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment