Date.IsInNextMonth
This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.
Returns a logical value indicating whether the given Date/DateTime/DateTimeZone occurred during the next month, as determined by the next date and time on the system.
Date.IsInNextMonth(dateTime) as logical
| Argument | Description |
|---|---|
| dateTime | Check whether this DateTime occurred during the next month. |
Show: