MULTI-DIMENSIONAL DATA INSIGHT INTERACTION

- Microsoft

A computing apparatus of an insight interfacing system receives from a user a request for a dataset comprising a plurality of subspaces of a multi-dimensional data structure. Insights are received based on the received request then presented on a display device. Also, a chart may be presented based on the received request. The computing apparatus receives a selection of at least a portion of the presented one or more insights or a portion of the chart, then receives contextual insights based on the selected portion and presents the contextual insights on the display device.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 15/739,139 filed Dec. 21, 2017, which is a U.S. National Stage Application of PCT/CN2015/082631, filed Jun. 29, 2015, which applications are hereby incorporated by reference. To the extent appropriate a claim of priority is made to above the above disclosed applications.

BACKGROUND

Data exploration is essential to insight discovery, but without appropriate guidance, it is challenging to reach insights efficiently. The inefficiencies are a result of the exploration space being quite large, lack of user familiarity with the subject matter of the data, and manual slicing-and-dicing on the data being labor-intensive. Most existing tools only return the result as users specifically asked for during a data exploration process. The interaction between these tools and the users is unidirectional—users specify a visualization based on corresponding analysis task and request the data from the system to populate this visualization. Thus, users may spend vast amounts of time and effort attempting to discover useful insights from the visualizations and still miss many more useful insights.

SUMMARY

Concepts and technologies are described herein for providing an interface for allowing user to visualize insights mined from multi-dimensional data based on a user defined selection of a dataset or a selection of portions of a visualized insight of the dataset.

An example computing device that provides the interfacing capabilities includes a processor and a memory having computer-executable instructions stored thereupon. The computer-executable instructions, when executed by the processor, cause the computing device to access multi-dimensional data, present manually and automatically-created insights related to data subspaces within a dataset.

In another example, a user selection of at least a portion a visualization associated with an insight is received. Then, further insights are presented based on data subspace(s) associated with the selected visualization.

Multi-dimensional data analysis with auto insights, specifically by using insights that are automatically mined provide hints, guides, and proceed the analysis flow, in hope of approaching desirable analysis results more quickly. Desirable insights may be knowledge discovered from the data being analyzed, as natural building block of analysis flow and resultant report. Desirable insights may be informative as either surprising/interesting/important facts or supporting/explanatory facts, as hints and clues to seamlessly connect and interact with data exploration.

It should be appreciated that the above-described subject matter may also be implemented as a computer-controlled apparatus, a computer process, a computing system, or as an article of manufacture, such as a computer-readable medium. These and various other features will be apparent from a reading of the following Detailed Description and a review of the associated drawings.

This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended that this Summary be used to limit the scope of the claimed subject matter. Furthermore, the claimed subject matter is not limited to implementations that solve any or all disadvantages noted in any part of this disclosure.

BRIEF DESCRIPTION OF THE DRAWINGS

The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various examples of the present invention. In the drawings:

FIG. 1 is a block diagram of an example system for automatically identifying insights from a dataset and presenting the insights ranked by importance;

FIG. 2 is a flow chart of an example method for providing an interactive experience regarding insights of datasets of multi-dimensional data;

FIG. 3 shows a screenshot of an example interactive interface page generated by components of the devices shown in FIG. 1;

FIG. 4 shows a screenshot of an exploration canvas as a user interface made accessible to a user computing device;

FIG. 5 shows a screenshot of an additional exploration canvas as a user interface;

FIGS. 6A and 6B show screenshots of a user interface for allowing a user to enter an insight; and

FIG. 7 is a block diagram of an example business intelligent computing device and remote user computing device, which implement the operations shown in FIG. 2.

DETAILED DESCRIPTION

Concepts and technologies are described herein for presenting an interactive interface for allowing users to interact with insights associated with complex multi-dimensional data and to identify insights of subspaces within a dataset(s) of the multi-dimensional data.

Data exploration without appropriate guidance presents a challenge when attempting to efficiently and effectively identify insights in vast amounts of data organized in a multi-dimensional database.

Overview

A computing device receives a request for a dataset that includes a plurality of subspaces of a multi-dimensional data structure. The computing device generates insights or a third party computing systems sends insights to the computing device based on the request. The insights are presented on a display device associated with the computing device. The computing device receives a selection of a portion of one of the presented insights or visualization of the underlying dataset. In response to receiving the selection, other contextual insights are presented with a textual description and a visualization portion.

The selection of the portion of the insight or visualization includes receiving a user interface action related to the insight or visualization and placing the first one of the one or more insights or a portion of visualization associated with the insight in an exploration area in response to receiving the action. The placing includes presenting an image representing a portion of the subspaces associated with the first one of the one or more insights. The image includes one or more data points, wherein the one or more data points correspond to the subspaces associated with the first one of the one or more insights. The selection of the portion of the presented insights or visualization includes receiving a selection of the one or more data points.

The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawing and the following description to refer to the same or similar elements. While implementation may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the invention, but instead, the proper scope of the invention is defined by the appended claims.

Multi-dimensional data is conceptually organized in a tabular format (i.e., multi-dimensional table) that includes a set of records as rows in the table, and each record is represented by a set of properties as columns in the table.

The multi-dimensional data includes two types of columns—dimension and measure. In general, dimension column and measure column are mutually exclusive, which means a column in a multi-dimensional table will be either a dimension or a measure but not both.

Dimensions represent basic and intrinsic properties of records in the table, e.g., “Brand” and “Year” for a car sales dataset. Dimensions are used to group and filter the records, based on equality and inequality of the dimension values. Dimensions fall into two major types according to their value domains—categorical and ordinal. Specifically, a categorical dimension takes categorical values (e.g., “Brand” for car sales), while an ordinal dimension takes ordinal values (e.g., “Year” for car sales).

Categorical and ordinal are used to categorize dimensions mainly for characterizing their intrinsic ability to reflect ordering, but not to limit their usage scenarios. There may be ordinal dimensions with non-numerical values (e.g., an “Age” dimension could also take “Infants”, “Children”, “Teens”, and etc. as values). When ordering is not an important aspect in the analysis task, ordinal dimensions may be used just as categorical dimensions.

For records, measures reflect attached and quantitative properties that are related to the analysis task (e.g., “Sales” and “Profit” for the car sales dataset). The values in measure columns are typically numerical values.

For a dataset, subspace is a concept representing a subset of records. Specifically, a subspace is defined by a set of >dimension:value> pairs as filtering constraint, and the subspace contains exactly all the records that satisfy the filtering constraint in the given dataset. For a given dataset, there is a special subspace with no filtering constraint in its definition, denoted as the *subspace that includes all the records in the given dataset.

Referring now to the drawings, in which like numerals represent like elements, various examples will be described. FIG. 1 is a block diagram illustrating a system architecture with components for allowing user interaction with identified insights of a dataset(s) in a corpus of multi-dimensional data (i.e., multi-dimensional data structure). The system architecture includes a business intelligence (BI) computing device 100 and a user computing device 102. The BI computing device 100 may be one of a variety of suitable computing devices described below with reference to FIG. 7. For example, the BI computing device 100 or the user computing device 102 may include a tablet computing device, a desktop computer, a mobile communication device, a laptop computer, a laptop/tablet hybrid computing device, a gaming device, or other type of computing device for performing a variety of tasks.

The BI computing device 100 may include a processor 108, a network interface 114 and an insight interface module 112. A data store 104 includes one or more multi-dimensional data structures. The data store 104 may be accessed by the BI computing device 100 via the network 106 or another network. The user computing device 102 may include a processor 118, a display device 120, a user interface 122 and a network interface 124. The network interfaces 114, 124 allow the respective computing devices to communicate with each other or other computing devices over the network 106, such as a public or private data network.

A user of the user computing device 102 may request access to a dataset(s) of a multi-dimensional data structure stored in the data store 104. This request may be in the form of interaction with a webpage produced by the processor 108 executing the insight interface module 112. Insights associated with the requested dataset are presented to the user via the display device 120. The presented insights include a graphical component having elements linked to a subspace(s) of the requested dataset. After the user selects an element of the graphical component, insights associated with subspaces of the dataset are presented to the user based on the user selected data. The insight interaction is described by examples in detail below.

With reference to FIG. 2, aspects of the routine 200 is shown for providing an interactive experience with insights related to a dataset of multi-dimensional data. First, at operation 202, a dataset is received or accessed. Multiple datasets may be accessed. The multi-dimensional data structure may be stored at the data store 104 or at another remote storage location. The processor 108 may identify datasets of the multi-dimensional data structure that are available for exploration. The processor 108 may present the available datasets in an output format, for example a webpage, accessible by the user computing device 102. A user operating the user interface 122 on the user computing device 102 to control a cursor or other display tool identifies an available dataset of a multi-dimensional data structure that the user desires to explore.

At operation 204, a chart/table of the dataset and/or one or more insights are presented on a page at the display device 120 of the user computing device 102 after the user has selected an available dataset. The chart/table that are presented are directly associated with content of the selected dataset. The insights that are presented are directly associated with content of the selected dataset. The insights may include text and a chart/table visualization. The insights may have been automatically mined from the dataset by the BI computing device 100 or may have been entered by other users at other user computing devices. The insights may be presented in various formats, such as a comic strip style view or a treemap tile view. See FIG. 3 as an example. The insights are presented in a suggested insights area, tab or page or a graphical user interface generated by the insight interface module 112.

The comic strip style view presents insight windows adjacent to one another, whereby the insights in the adjacent windows may be unrelated to each other. The treemap tile view presents insight windows adjacent to one another, whereby the insights in the adjacent windows are related to each other, such as by topic.

At operation 206, the user selects one or more of the presented insights or at least a portion of the chart/table for inclusion in an exploration canvas. The exploration canvas may be a separate page or tab produced by the insight interface module 112. After a selected insight is added to the exploration canvas (e.g. via drag-and-drop interaction), a selected insight includes a corresponding graphical component (i.e., visualization) that is expanded in comparison to an initial presentation of the insight. The selected insight is added to the exploration canvas adjacent to other insights previously added to the exploration canvas. The graphical component includes elements (e.g., charts or tables) that directly link to data subspaces of the dataset. The data subspaces are a subject of the insight. The directly linked elements and graphical component may be presented in various formats, such as, but not limited to, a pie chart, a bar graph, a timeline, or other graphical representation.

Next, at operation 208, the user makes a selection of one or more elements of the graphical component or an element of the chart/table. The element selection is transmitted to the insight interface module 112.

Then, at operation 210, in response to receiving the user element selection, the insight interface module 112 identifies other insights associated with the element selected. These other insights have context with the subspace associated with the user selected element. Then, these other insights are returned to the user computing device 102.

At operation 212, the other insights are presented in the exploration canvas. The operations 206-212 may be repeated with regard to the presented other insights. This allows a user to drill down the find insights within insights.

At operation 214, the user may select a portion (group of elements) of the graphical component of an insight in the exploration canvas and enter an insight for that selected portion. The entered insight is saved by the BI computing device 100 for sharing with other users upon exposing the data subspaces associated with the insight, see operation 216.

FIG. 3 shows a screen shot of an example graphical user interface (GUI) 300 presenting a suggested insights page 302. The suggested insights page 302 is presented on the display device 120 in response to a user selecting a dataset for exploring. In this example, the suggested insights page 302 presents two groups of insights. A first group 304 includes two insights 308, 310 both related to data subspaces associated with the topic Region USA. A second group 306 includes insights associated with the topic Screen Size Band 9<10. Located at a lower corner of each insight is an exploration canvas selection item 310. Upon a user activating the exploration canvas selection item 310, the associated insight is added to an exploration canvas provided by the GUI. There may be other ways a user can add an insight to the exploration canvas. For example, the user may drag and drop an insight onto the exploration canvas, which may be in the form of a button, a display area or a tab.

FIG. 4 shows an example exploration canvas 402 presented in a web page 400. The exploration canvas 402 includes a first area 404 for presenting previously identified insights and a second area 406 that includes dimensions and measures. When the user selects a dimension or measure (e.g. drag a dimension/measure of interest to the canvas) a new visualization related to that dimension or measure is created. In this example, a chart 408 titled Units breakdown by Period—OS is presented in the first area 404. The chart 408 may be a visualization/chart created from an insight (the visualization associated with an insight to present the insight), or a visualization/chart created by the user manually.

As shown in FIG. 5, a user has selected a datapoint 500 of a graphical component 502 of the chart 408. As a result of the datapoint selection, the insight interface module 112 presents a plurality of insights in an insight window 504 adjacent to the chart 408. The presented insights are associated with the data subspace associated with the selected datapoint 500. In this example, the datapoint 500 is the number of Android units sold 2012/7. For example, some of the insights are United States Units ranked #1 of Android and 7<8 (screen size) dominated Android. The insights may also include insights produced and shared by other users, see insight 506.

FIG. 6A shows a page 600 that allows a user to enter an insight. First, the user has selected the datapoint 500 on a graph component 502 of the chart 408. Second, the user selects a create insight action after which an insight creation window 602 is presented. The insight creation window 602 includes fields for allowing the user to view a subject title, enter a comment, indicate if they wish to share the insight.

A user can drag a data point from another chart and drop it into a link field. This other chart is then linked to this to be created insight. Thus, the created insight will have two charts which are related. The relationship between the charts may be attribution, co-occurrence or a user defined relationship. For example, a user drags the year 2009 to the insight creation button, then drags the Toyota decline data point form another chart to the linked field. This is shown in FIG. 6B.

FIG. 7 shows additional details of an example computer architecture, for the components shown in FIG. 1, capable of executing the program components described above for providing insight interaction. The computer architecture shown in FIG. 7 illustrates a console, conventional server computer, workstation, desktop computer, laptop, tablet, phablet, network appliance, personal digital assistant (PDA), e-reader, digital cellular phone, or other computing device, and may be utilized to execute any of the software components presented herein. For example, the computer architecture shown in FIG. 7 may be utilized to execute any of the software components described above. Although some of the components described herein are specific to the BI computing device 100, it can be appreciated that such components, and other components, may be part of the user computing device 102.

The BI computing device 100 includes a baseboard 702, or “motherboard,” which is a printed circuit board to which a multitude of components or devices may be connected by way of a system bus or other electrical communication paths. In one illustrative example, one or more central processing units (CPUs) 704 operate in conjunction with a chipset 706. The CPUs 704 may be standard programmable processors that perform arithmetic and logical operations necessary for the operation of the BI computing device 100.

The CPUs 704 perform operations by transitioning from one discrete, physical state to the next through the manipulation of switching elements that differentiate between and change these states. Switching elements may generally include electronic circuits that maintain one of two binary states, such as flip-flops, and electronic circuits that provide an output state, based on the logical combination of the states of one or more other switching elements, such as logic gates. These basic switching elements may be combined to create more complex logic circuits, including registers, adders-subtractors, arithmetic logic units, floating-point units, and the like.

The chipset 706 provides an interface between the CPUs 704 and the remainder of the components and devices on the baseboard 702. The chipset 706 may provide an interface to a RAM 708, used as the main memory in the BI computing device 100. The chipset 706 may further provide an interface to a computer-readable storage medium, such as a read-only memory (ROM) 710 or nonvolatile RAM (NVRAM) for storing basic routines that help to start up the BI computing device 100 and to transfer information between the various components and devices. The ROM 710 or NVRAM may also store other software components necessary for the operation of the BI computing device 100 in accordance with the examples described herein.

The BI computing device 100 may operate in a networked environment using logical connections to remote computing devices and computer systems through a network, such as the local area network 106. The chipset 706 may include functionality for providing network connectivity through a network interface controller (NIC) 712, such as a gigabit Ethernet adapter. The NIC 712 is capable of connecting the BI computing device 100 to other computing devices over the network 106. It should be appreciated that multiple NICs 712 may be present in the BI computing device 100, connecting the computer to other types of networks and remote computer systems. The network 106 allows the BI computing device 100 to communicate with remote services and servers, and the user computing device 102. In addition, as described above, the user computing device 102 may mirror and reflect data stored on the BI computing device 100 and host services that may provide data or processing for the techniques described herein.

The BI computing device 100 may be connected to a mass storage device 726 (e.g., the data store 104) that provides nonvolatile storage for the BI computing device 100. The mass storage device 726 may store system programs, application programs, other program modules, and data, which have been described in greater detail herein. The mass storage device 726 may be connected to the BI computing device 100 through a storage controller 715, connected to the chipset 706. The mass storage device 726 may consist of one or more physical storage units. The storage controller 715 may interface with the physical storage units through a serial attached SCSI (SAS) interface, a serial advanced technology attachment (SATA) interface, a fiber channel (FC) interface, or other type of interface for physically connecting and transferring data between computers and physical storage units. It should also be appreciated that the mass storage device 726, other storage media, and the storage controller 715 may include MultiMediaCard (MMC) components, eMMC components, secure digital (SD) components, PCI Express components, or the like.

The BI computing device 100 may store data on the mass storage device 726 by transforming the physical state of the physical storage units to reflect the information being stored. The specific transformation of physical state may depend on various factors, in different implementations of this description. Examples of such factors may include, but are not limited to, the technology used to implement the physical storage units, whether the mass storage device 726 is characterized as primary or secondary storage, and the like.

For example, the BI computing device 100 may store information at the mass storage device 726 by issuing instructions through the storage controller 715 to alter the magnetic characteristics of a particular location within a magnetic disk drive unit, the reflective or refractive characteristics of a particular location in an optical storage unit, or the electrical characteristics of a particular capacitor, transistor, or other discrete component in a solid-state storage unit. Other transformations of physical media are possible without departing from the scope and spirit of the present description, with the foregoing examples provided only to facilitate this description. The BI computing device 100 may further read information from the mass storage device 726 by detecting the physical states or characteristics of one or more particular locations within the physical storage units.

In addition to the mass storage device 726 described above, the BI computing device 100 may have access to other computer-readable media to store and retrieve information, such as program modules, data structures, or other data. Thus, although the insight interface module 112, and other modules are depicted as data and software stored in the mass storage device 726, it should be appreciated that these components and/or other modules may be stored, at least in part, in other computer-readable storage media of the BI computing device 100. Although the description of computer-readable media contained herein refers to a mass storage device, such as a solid-state drive, a hard disk, or CD-ROM drive, it should be appreciated by those skilled in the art that computer-readable media can be any available computer storage media or communication media that can be accessed by the BI computing device 100.

Communication media include computer-readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism and include any delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics changed or set in a manner so as to encode information in the signal. By way of example, and not limitation, communication media include wired media, such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of the any of the above should also be included within the scope of computer-readable media.

By way of example, and not limitation, computer storage media may include volatile and nonvolatile, removable, and nonremovable media implemented in any method or technology for storage of information, such as computer-readable instructions, data structures, program modules, or other data. For example, computer media include, but are not limited to, RAM, ROM, EPROM, EEPROM, flash memory or other solid-state memory technology; CD-ROM, digital versatile disks (DVD), HD-DVD, BLU-RAY, or other optical storage; magnetic cassettes, magnetic tape, magnetic disk storage, or other magnetic storage devices; or any other medium that can be used to store the desired information and which can be accessed by the BI computing device 100. For purposes of the claims, the phrase “computer storage medium,” and variations thereof, do not include waves or signals per se and/or communication media.

The mass storage device 726 may store an operating system 727 utilized to control the operation of the BI computing device 100. According to one example, the operating system comprises the Windows® operating system from Microsoft Corporation. According to further examples, the operating system may comprise the UNIX, Android, Windows Phone or iOS operating systems, available from their respective manufacturers. It should be appreciated that other operating systems may also be utilized. The mass storage device 726 may store other system or application programs and data utilized by the BI computing device 100, such as the insight interface module 112, and/or any of the other software components and data described above. The mass storage device 726 might also store other programs and data not specifically identified herein.

In one example, the mass storage device 726 or other computer-readable storage media are encoded with computer-executable instructions, which, when loaded into the BI computing device 100, transform the computer from a general-purpose computing system into a special-purpose computer capable of implementing the examples described herein. These computer-executable instructions transform the BI computing device 100 by specifying how the CPUs 704 transition between states, as described above. According to one example, the BI computing device 100 has access to computer-readable storage media storing computer-executable instructions, which, when executed by the BI computing device 100, perform the various routines described above with regard to FIG. 2 and the other figures. The BI computing device 100 might also include computer-readable storage media for performing any of the other computer-implemented operations described herein.

The BI computing device 100 may also include one or more input/output controllers 716 for receiving and processing input from a number of input devices, such as a keyboard, a mouse, a microphone, a headset, a touchpad, a touch screen, an electronic stylus, or any other type of input device. Also shown, the input/output controllers 716 are in communication with an input/output device 725. The input/output controller 716 may provide output to a display, such as a computer monitor, a flat-panel display, a digital projector, a printer, a plotter, or other type of output device. The input/output controller 716 may provide input communication with other devices such as a microphone 730, a speaker 732, game controllers, and/or audio devices. In addition, or alternatively, a video output 722 may be in communication with the chipset 706 and operate independent of the input/output controllers 716. It will be appreciated that the BI computing device 100 may not include all of the components shown in FIG. 7, may include other components that are not explicitly shown in FIG. 7, or may utilize an architecture completely different from that shown in FIG. 7.

Example Clauses

A: A method comprising: receiving, at a computing device, a request for a dataset comprising a plurality of subspaces of a multi-dimensional data structure; receiving one or more insights based on the received request; presenting at least one of the one or more insights or a chart associated with the dataset on a display device associated with the computing device; receiving a selection of at least a portion of the presented one or more insights or a portion of the chart; receiving one or more contextual insights responsive to the selected portion; and presenting the one or more contextual insights, the one or more contextual insights comprise a textual description and a visualization.

B: The method of A, wherein the receiving the selection of at least the portion comprises: receiving a user interface action related to a first one of the one or more insights; and placing the first one of the one or more insights in an exploration area of a user interface in response to receiving the user interface action.

C: The method of B, wherein the placing comprises: presenting an image representing a portion of the subspaces associated with the first one of the one or more insights, wherein the image includes one or more data points, wherein the one or more data points correspond to the subspaces associated with the first one of the one or more insights.

D: The method of C, wherein the receiving the selection of at least a portion of the presented one or more insights comprises receiving a selection of the one or more data points.

E: The method of D, wherein the receiving the one or more contextual insights is further based on the received selection of the one or more data points.

F: The method of C, D or E, wherein the user interface action comprises a drag and drop action of a display area associated with the first one of the one or more insights.

G: The method of A, B, C, D, E or F, wherein the one or more insights and the one or more contextual insights comprises at least one manually-created insight created by a user who is different than a user of the computing device.

H: A computing apparatus comprising: a processor; a user interface device; a display device; and a memory storing instructions that, when executed by the processor, configure the apparatus to: receive a request for a dataset comprising a plurality of subspaces of a multi-dimensional data structure; receive one or more insights based on the received request; present at least one of the one or more insights or a chart associated with the dataset on the display device; receive a selection of at least a portion of the presented one or more insights or a portion of the chart based at least on operation of the user interface device; receive one or more contextual insights responsive to the selected portion; and present the one or more contextual insights on the display device, the one or more contextual insights comprise a textual description and a visualization.

The computing apparatus of H, wherein the receiving the selection of at least a portion comprises: receiving a user interface action related to a first one of the one or more insights; and placing the first one of the one or more insights in an exploration area on the display device in response to receiving the action.

J: The computing apparatus of I, wherein the placing comprises: presenting an image on the display device representing a portion of the subspaces associated with the first one of the one or more insights, wherein the image includes one or more data points, wherein the one or more data points correspond to the subspaces associated with the first one of the one or more insights.

K: The computing apparatus of J, wherein the receiving the selection of at least a portion of the presented one or more insights comprises receiving a selection of the one or more datapoints.

L: The computing apparatus of K, wherein the receiving the one or more contextual insights is further based on the received selection of the one or more data points.

M: The computing apparatus of I, J, K or L, wherein the user interface action comprises a drag and drop action, the drag and drop action comprises moving a display feature associated with the first one of the one or more insights to an action area.

N: The computing apparatus of I, J, K, L or M, wherein the one or more insights and the one or more contextual insights comprises at least one manually-created insight.

O: The computing apparatus of N, wherein the at least one manually-created insight is created by a user of another computing apparatus.

Based on the foregoing, it should be appreciated that technologies for providing action orchestration of computing entities in a complex network are provided herein. Although the subject matter presented herein has been described in language specific to computer structural features, methodological and transformative acts, specific computing machinery, and computer readable media, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features, acts, or media described herein. Rather, the specific features, acts, and mediums are disclosed as example forms of implementing the claims.

The subject matter described above is provided by way of illustration only and should not be construed as limiting. Various modifications and changes may be made to the subject matter described herein without following the examples and applications illustrated and described, and without departing from the true spirit and scope of the present invention, which is set forth in the following claims.

Claims

1.-20. (canceled)

21. A system comprising:

a processor; and
memory comprising executable instructions that, when executed, perform operations comprising: receiving, at a user interface of a computing device, a first selection of a first visualization, the first visualization representing a data subspace of a multi-dimensional data structure; responsive to receiving the first selection, providing an insight comprising: a second visualization of at least a portion of the data subspace; and a textual description providing explanatory facts about the second visualization, the textual description being separate from the second visualization; receiving a second selection of a portion of the second visualization; and responsive to receiving the second selection, providing, in the user interface, a set of dimensions and measures associated with the second visualization.

22. The system of claim 21, wherein receiving the first selection comprises:

receiving the first selection on a first page or tab of the user interface; and
causing the first visualization to be added to an exploration area on a second page or a tab of the user interface.

23. The system of claim 22, wherein providing the insight comprises:

causing the insight to be added to the exploration area.

24. The system of claim 23, wherein providing the set of dimensions and measures comprises:

causing the set of dimensions and measures to be added to the exploration area.

25. The system of claim 24, wherein the first visualization, the insight, and the set of dimensions and measures are presented concurrently in the exploration area.

26. The system of claim 21, wherein:

dimensions in the set of dimensions and measures represent intrinsic properties of data in the at least a portion of the data subspace; and
measures in the set of dimensions and measures represent quantitative properties of data in the at least a portion of the data subspace.

27. The system of claim 21, wherein:

the first visualization is a chart or a graph; and
receiving the first selection comprises receiving a selection of a data point in the chart or the graph.

28. The system of claim 21, the operations further comprising:

receiving a third selection of a dimension or a measure in the set of dimensions and measures; and
responsive to third selection, providing a third visualization associated with the dimension or the measure.

29. A method comprising:

receiving, at a computing device, a first selection of a portion of first visualization, the first visualization representing a data space of a multi-dimensional dataset;
responsive to receiving the first selection, providing a first insight comprising: a second visualization representing a data subspace corresponding to the portion of the first visualization, the of second visualization having a first size; and a textual description providing explanatory information about the second visualization, the textual description being separate from the second visualization;
receiving a second selection of the first insight; and
responsive to receiving the second selection, providing an expanded version of the second visualization, the expanded version of the second visualization having a second size that is larger than the first size.

30. The method of claim 29, wherein providing the expanded version of the second visualization comprises:

placing the expanded version of the second visualization in an exploration area of a user interface of the computing device, the exploration area comprising a set of dimensions and measures associated with the second visualization.

31. The method of claim 30, further comprising:

receiving a third selection of a dimension or a measure in the set of dimensions and measures; and
responsive to third selection, replacing the expanded version of the second visualization with a third visualization associated with the dimension or the measure.

32. The method of claim 29, wherein receiving the second selection comprises receiving a drag-and-drop operation that places the first insight in an exploration canvas.

33. The method of claim 29, wherein the data subspace is directly linked to the second visualization such that a modification to data in the data subspace causes the second visualization to be updated to reflect the modification.

34. The method of claim 29, further comprising:

receiving a request to add a second insight to the expanded version of the second visualization; and
responsive to the request, providing a user interface enabling a user to create the second insight.

35. The method of claim 34, wherein the user interface comprises at least one of:

a first field for entering a subject title for the second insight; or
a second field for entering a comment for the second insight.

36. The method of claim 35, wherein the user interface further comprises at least one of:

a third field for indicating whether the second insight is to be shared; or
a fourth field for linking a third visualization to the second visualization.

37. A device comprising:

a processor; and
memory comprising executable instructions that, when executed, perform operations comprising: receiving a first selection of a first visualization, the first visualization representing a data space of a multi-dimensional dataset; responsive to receiving the first selection, providing a plurality of insights, each comprising: a respective second visualization of a data subspace of the of the multi-dimensional dataset; and a textual description providing explanatory facts about the respective second visualization, the textual description being separate from the respective second visualization; receiving a second selection of a portion of an insight in the plurality of insights; and responsive to receiving the second selection, adding a corresponding second visualization of the insight to an exploration area.

38. The device of claim 37, wherein providing the plurality of insights comprises presenting the plurality of insights in one of:

a comic strip style view; or
a treemap file view.

39. The device of claim 38, wherein:

the comic strip style view arranges the plurality of insights adjacent to each other such that one or more adjacent insights are topically unrelated; and
the treemap file view arranges the plurality of insights adjacent to each other such that adjacent insights are topically related.

40. The device of claim 37, wherein the exploration area is provided in a first tab or page of an interface and the plurality of insights is provided in a second tab or page of the interface.

Patent History
Publication number: 20240029327
Type: Application
Filed: Oct 4, 2023
Publication Date: Jan 25, 2024
Applicant: Microsoft Technology Licensing, LLC (Redmond, WA)
Inventors: Zhitao HOU (Beijing), Haidong ZHANG (Beijing), Dongmei ZHANG (Beijing), Rui DING (Beijing), Shi HAN (Beijing)
Application Number: 18/480,806
Classifications
International Classification: G06T 11/20 (20060101); G06F 3/04845 (20060101); G06F 3/04847 (20060101); G06F 3/0482 (20060101); G06F 16/904 (20060101);