Skip to content

Commit fa537d3

Browse files
authored
Indicating that duration / duration division is allowed
1 parent 067dcf9 commit fa537d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

query-languages/m/m-spec-values.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: M Language values
33
description: Describes using values in the Power Query M formula language
44
ms.topic: conceptual
5-
ms.date: 8/2/2022
5+
ms.date: 3/28/2025
66
ms.custom: "nonautomated-date"
77
ms.subservice: m-specification
88
---
@@ -335,6 +335,7 @@ Additionally, the following operators allow one or both of their operands to be
335335
| `x * y` | `duration` | `number` | N times a duration |
336336
| `x * y` | `number` | `duration` | N times a duration |
337337
| `x / y` | `duration` | `number` | Fraction of a duration |
338+
| `x / y` | `duration` | `duration` | Numeric quotient of durations |
338339

339340
The native type of duration values is the intrinsic type `duration`.
340341

0 commit comments

Comments
 (0)