Skip to content

Commit 510a4d6

Browse files
Merge pull request #7213 from ktalmor/UUF-Sankey-diagrams
UUF-Sankey-diagrams
2 parents 597df1c + 9852d37 commit 510a4d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data-explorer/kusto/query/funnel-sequence-plugin.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: funnel_sequence plugin
33
description: Learn how to use the funnel_sequence plugin to learn how to calculate the distinct count of users who have taken a sequence of states, and the distribution of previous/next states that have led to/were followed by the sequence.
44
ms.reviewer: alexans
55
ms.topic: reference
6-
ms.date: 08/11/2024
6+
ms.date: 11/16/2025
77
---
88
# funnel_sequence plugin
99

@@ -33,7 +33,7 @@ Calculates distinct count of users who have taken a sequence of states, and the
3333

3434
## Returns
3535

36-
Returns three output tables, which are useful for constructing a sankey diagram for the analyzed sequence:
36+
Returns three output tables, which are useful for constructing [sankey diagrams](https://en.wikipedia.org/wiki/Sankey_diagram) for the analyzed sequence:
3737

3838
* Table #1 - prev-sequence-next `dcount`
3939
* TimelineColumn: the analyzed time window
@@ -56,6 +56,8 @@ Returns three output tables, which are useful for constructing a sankey diagram
5656

5757
## Examples
5858

59+
[!INCLUDE [help-cluster](../includes/help-cluster-note.md)]
60+
5961
The following examples show how to use the `funnel_sequence` plugin to analyze storm events.
6062
The query looks at the table StormEvents (weather statistics for 2007) and shows which events happened before/after all Tornado events occurred in 2007.
6163

0 commit comments

Comments
 (0)