WO2011044286A2 - Data analysis expressions - Google Patents
Data analysis expressions Download PDFInfo
- Publication number
- WO2011044286A2 WO2011044286A2 PCT/US2010/051696 US2010051696W WO2011044286A2 WO 2011044286 A2 WO2011044286 A2 WO 2011044286A2 US 2010051696 W US2010051696 W US 2010051696W WO 2011044286 A2 WO2011044286 A2 WO 2011044286A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- column
- computer
- data analysis
- dax
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/166—Editing, e.g. inserting or deleting
- G06F40/177—Editing, e.g. inserting or deleting of tables; using ruled lines
- G06F40/18—Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets
Definitions
- Multi-dimensional data analysis e.g., viewing and analyzing data from multiple perspectives
- MDX Multi-Dimensional Expression Language
- a DAX may be defined in an expression language similar to spreadsheet formulae and may operate on a spreadsheet table to perform multidimensional data analysis and data analysis with respect to relational data models.
- DAXs may empower people familiar with existing spreadsheet applications to perform multi-dimensional data analysis and data analysis with respect to relational data models (e.g., within existing spreadsheet applications).
- a DAX beneficially is independent of particular cell ranges of the spreadsheet.
- a DAX may be received and executed at a pivot table of a
- Executing the DAX for a particular cell of the pivot table may include determining a context for the particular cell, calculating the value of the DAX for the particular cell, and outputting the calculated value of the DAX at the particular cell.
- DAXs may support multi-table execution.
- a DAX may refer to a first data table and a second data table, and executing the DAX may include traversing a relationship between the first data table and the second data table (e.g., following a relationship that may exist between a column in a first table and a column in a second table).
- DAXs may also support dynamic re-execution. For example, a DAX may be automatically re-executed with respect to a set of rows of a data table in response to a user modification to data stored in the set of rows.
- FIG. 1 is a block diagram to illustrate a particular embodiment of a computer system to receive and process data analysis expressions
- FIG. 2 is a block diagram to illustrate another particular embodiment of a computer system to receive and process data analysis expressions
- FIG. 3 illustrates a particular embodiment of a data table useable by the system of FIG. 1;
- FIG. 4 illustrates a particular embodiment of a pivot table based on the data table of FIG. 3;
- FIG. 5 illustrates another particular embodiment of a data table useable by the system of FIG. 1;
- FIG. 6 illustrates a particular embodiment of a pivot table based on the data table of FIG. 3 and the data table of FIG. 5;
- FIG. 7 is a flow diagram to illustrate a particular embodiment of a method of receiving and processing data analysis expressions
- FIG. 8 is a flow diagram to illustrate another particular embodiment of a method of receiving and processing data analysis expressions
- FIG. 9 is a flow diagram to illustrate another particular embodiment of a method of receiving and processing data analysis expressions.
- FIG. 10 is a block diagram of a computing environment including a computing device operable to support embodiments of computer-implemented methods, computer program products, and system components as illustrated in FIGS. 1-9.
- Data analysis expressions may enable multi-dimensional data analysis at conventional data processing application, such as a spreadsheet application.
- a DAX may be received as a column definition for a column of a spreadsheet table or as a measure at a pivot table.
- the DAX may be executed to populate the column, where the value in each cell is calculated based on a row context for that cell.
- cells of the pivot table may be populated by executing the DAX, where the value in each cell of the pivot table is calculated based on a context (e.g., a filter context) associated with that cell.
- a context e.g., a filter context
- a computer-implemented method includes receiving a data analysis expression at a pivot table of a spreadsheet.
- the computer implemented method also includes executing the data analysis expression with respect to at least one data table of the spreadsheet. Executing the data analysis expression for a particular cell of the pivot table may be performed by determining a context associated with the particular cell, calculating a value of the data analysis expression based on the context, and outputting the calculated value at the cell.
- a computer-readable medium includes instructions, that when executed by a processor, cause the processor to receive input including a column definition of a particular column of a first spreadsheet table.
- the input includes a data analysis expression based on at least one column of the spreadsheet table and based on at least one column of a second spreadsheet table.
- the computer- readable medium includes instructions, that when executed by the processor, cause the processor to determine a relationship between the first spreadsheet table and the second spreadsheet table and to populate the particular column by executing the data analysis expression.
- Executing the data analysis expression for a particular row of the first spreadsheet table includes calculating a value of the data analysis expression based on first data in the particular row of the first spreadsheet table and second data retrieved from the second spreadsheet table based on a row context associated with the particular row.
- Executing the data analysis expression also includes outputting the calculated value at cell that is a member of the particular column and the particular row.
- a system in another particular embodiment, includes a memory and a data interface configured to receive data, to create one or more data tables based on the received data, and to store the data tables in a column-based in-memory store (e.g., a structure that maps to an online analytical processing (OLAP) cube structure).
- a column-based in-memory store e.g., a structure that maps to an online analytical processing (OLAP) cube structure.
- the system also includes a pivot table module configured to generate a pivot table based on the data table(s).
- the system further includes an analysis module configured to receive a data analysis expression and execute the data analysis expression with respect to at least one column of the data table(s).
- Executing the data analysis expression for a particular cell of the pivot table includes determining a filter context associated with the particular cell and retrieving data associated with one or more rows of the data table corresponding to the filter context of the particular cell. Executing the data analysis expression also includes calculating a value of the data analysis expression based on the retrieved data and outputting the calculated value at the cell.
- FIG. 1 is a block diagram to illustrate a particular embodiment of a computer system 100 to receive and process data analysis expressions (DAXs).
- the computer system 100 includes a data interface 110 and a memory 114.
- the computer system 100 includes a spreadsheet analysis module 126 and a spreadsheet pivot table module 118.
- the computer system 100 may receive and process DAXs, such as an illustrative DAX 104.
- the DAXs may have syntax similar to existing spreadsheet formulae and may enable multi-dimensional (e.g. multi-table and/or multi-column) data analysis at the computer system 100.
- the computer system 100 includes the data interface 110 that is configured to receive data 102.
- the data 102 is provided by a user of the computer system 100.
- the data 102 may be received from another computer system, a network storage device, or a network share.
- the data interface 110 is further configured to create a data table 112 based on the received data at a memory 114 using an in-memory column-based store.
- the data interface 110 may create a table within a spreadsheet application (e.g., a spreadsheet table), where the table includes the data 102.
- An online analytical processing (OLAP) cube 116 data structure may be constructed at the memory 114 based on the in-memory column-based store.
- OLAP online analytical processing
- An OLAP cube may store data arranged such that each of the three dimensions (i.e., axes) of the OLAP cube provide a different arrangement of the data.
- an OLAP cube may structure sales data arranged by date, product identifier, and customer identifier, as further described herein with reference to FIGS. 3-6.
- the data table 112 may be stored in another data structure, such as an OLAP hypercube (e.g., an OLAP data structure having more than three dimensions) or some other in-memory column store.
- Storage of the data table 112 in the OLAP cube 116 at the memory 114 may help in facilitating multi-dimensional data analysis and pivot table operations as described herein. Data tables are further described herein with respect to FIGS. 3 and 5.
- the computer system 100 also includes a spreadsheet pivot table module 118.
- the spreadsheet pivot table module 118 is part of a spreadsheet application of the computer system 100.
- the spreadsheet pivot table module 118 includes logic 120 to generate a pivot table 122 based on the data table 112 referenced by the OLAP cube 116.
- the pivot table 122 may support "pivot" operations, where row headers, column headers, filters, or slicers of the pivot table 122 are changed and data values in the pivot table 122 are automatically updated to reflect the changes.
- updating the pivot table 122 in response to a pivot operation includes re- executing a query of the in-memory OLAP cube 116, so that data from the OLAP cube is arranged and viewed along different dimensions of the OLAP cube.
- Pivot tables are further described herein with reference to FIGS. 4 and 6.
- the computer system 100 further includes a spreadsheet analysis module 126.
- the spreadsheet analysis module 126 is part of a spreadsheet application of the computer system 100.
- the spreadsheet analysis module 126 is configured to receive the DAX 104 and includes DAX execution logic 128 configured to execute the DAX 104.
- the spreadsheet analysis module 126 may execute the DAX 104 with respect to the data table 112.
- Executing the DAX for a particular cell of the pivot table 122 includes determining a filter context for the particular cell as well as the row context(s) for tables referenced by the DAX 104, retrieving data 124 based on the row context(s) (e.g., data associated with one or more rows of the data table 112) from the OLAP cube 116, calculating a value 130 of the DAX 104 based on the retrieved data, and outputting the calculated value 130 at the cell of the pivot table.
- populating the pivot table 122 may include automatic recursive executions of the DAX 104 with respect to different contexts and cross-filtering of multiple data tables. Alternately, calculations may be performed in a block mode, so that calculations for multiple cells of the pivot table may be performed simultaneously.
- the DAX 104 includes a formula to be aggregated over multiple rows of the data table 112.
- the formula may be a user-defined formula expressed in a native formula language of a spreadsheet application that includes the modules 118, 126, without referring to specific cell ranges of the spreadsheet application.
- DAXs e.g., the DAX 104 may enable table-based (e.g., column based) multi-dimensional data analysis (as opposed to conventional spreadsheet cell-based analysis) while incorporating existing spreadsheet formulae that users are familiar with.
- the DAX 104 may include aggregations (e.g., sum, average, minimum, maximum, or count), time-based functions (e.g., days, weeks, months, quarters, years, first and last date, first and last non blank date, start and end of month/quarter/year, date add, dates between, dates in period, parallel period, previous day/month/quarter/year, next day/month/quarter/year, month/quarter/years dates to current date, same period last year, aggregate over month/quarter/year, or opening and closing monthly/quarterly/yearly balance), or any combination thereof.
- aggregations e.g., sum, average, minimum, maximum, or count
- time-based functions e.g., days, weeks, months, quarters, years, first and last date, first and last non blank date, start and end of month/quarter/year, date add, dates between, dates in period, parallel period, previous day/month/quarter/year, next day/month/quarter/year, month/quarter/years dates to current date, same period last
- the DAX may further include apply functions, group by functions, semi join functions, lookup values functions, earlier/earliest functions (e.g., to refer to a previous value at a cell), intersect functions, except functions, union functions, select functions, join functions, topN functions, rank functions, or any combination thereof.
- the DAX 104 may also include specialized table-based functions having syntax similar to commonly used spreadsheet formulae.
- the DAX 104 may include a related table function, a related table table function, a filter table function, a distinct table function, a values table function, an all table function, an all except table function, an all no blank row table function, or any combination thereof.
- the data table 112 may be created based on the data 102 received by the data interface 110. It should be noted that operation with respect to a single data table 112 is provided for illustrative purposes only. There may be any number of data tables and data sources.
- the data table 112 may be used as a data source for the OLAP cube 116 in the memory 114.
- a spreadsheet application user may desire to perform analysis on the data table 112 through the use of a pivot table 122.
- the pivot table 122 may be generated by the spreadsheet pivot table module 118. In defining measures output by the pivot table 122, the user may input a DAX 104.
- execution of DAXs involves a hybrid iterator-based and lookup-based execution strategy.
- executing a DAX may include cross-application of a canonical form (e.g., a non-relational algebra form) of an execution tree for the DAX.
- DAX execution may include dependency analysis to determine what sub-calculations a calculated column depends on. Based on the dependency analysis, an order for calculating the sub- calculations may be determined. For example, if the value A in a calculated column depends on the results of three sub-calculations B, C, and D, then a rule may be generated that results in the calculation of each of B, C, and D before an attempt to calculate A.
- the DAX 104 may be entered at a spreadsheet application as a column definition of a particular column of the data table 112.
- the DAX 104 may be based on one or more columns of the data table 112 (and possibly additional tables) other than the particular column.
- Populating a cell of the particular column may include determining a row context for the cell, calculating a value of the DAX 104 based on the row context, and outputting the calculated value for the DAX 104 at the cell.
- the DAX 104 may additionally be based on at least one column of a second data table.
- calculating a value for the DAX may include retrieving data from the second data table based on a relationship between the data table 112 and the second data table.
- the data table 112 may include a column containing a value that may be found in a related column (e.g., an index column) of the second data table.
- the second data table is involved in the calculation even when no
- executing the DAX 104 may include filtering the second data table to include rows that pertain to data values in the data table 112. The resulting filtered rows may then be aggregated by the DAX. It should be noted that the relationship (e.g., related column) between the data table 112 and the second data table may exist even when the related column has a different name in the data table 112 than in the second data table. Relationships between data tables are further described with respect to FIGS. 5-6.
- system 100 of FIG. 1 may enable, via DAXs, advanced data analysis not enabled by generic spreadsheet formulae. It will further be appreciated that the system 100 of FIG. 1 may enable such advanced analysis based on multiple tables without references to particular cell ranges of a spreadsheet.
- FIG. 2 is a block diagram to illustrate another particular embodiment of a computer system 100 to receive and process DAXs.
- the system 200 includes a spreadsheet application 210 configured to receive user input 202.
- the spreadsheet application 210 also includes an analysis module 220.
- the analysis module 220 is the spreadsheet analysis module 126 of FIG. 1 and includes DAX execution logic 222 similar to the DAX execution logic 128 of FIG. 1.
- the spreadsheet application 210 may include logic 204 configured to receive a query 201 in response to a change at a pivot table at the spreadsheet application 210.
- the logic 204 may receive the query 201 in response to a user changing a setting at the pivot table 122 of FIG. 1.
- the logic 204 may automatically generate a command 208 to recalculate a DAX associated with the pivot table and send the command 208 to the analysis module 220.
- the spreadsheet application 210 may include logic 206 configured to detect changes in one or more data tables at the spreadsheet application 210.
- the logic 206 may be configured to detect changes at a data table such as the pivot table 112 of FIG. 1.
- the changes may be detected based on user input 202.
- the user input 202 may include a new value for a cell of the data table.
- the logic 206 may automatically generate the command 208 to recalculate a DAX (e.g., a column definition DAX) associated with the changed data table(s) and send the command 208 to the analysis module 220.
- a DAX e.g., a column definition DAX
- the analysis module 220 may automatically recalculate one or more DAXs at the spreadsheet application. For example, the analysis module 220 may automatically recalculate column definition DAXs at data tables of the spreadsheet application 210, DAXs at a pivot table of the spreadsheet application 210, or any combination thereof.
- the system 200 of FIG. 2 may improve user experience at the spreadsheet application 210 by enabling automatic recalculation of DAXs.
- users of the spreadsheet application may make changes to data tables and pivot tables and observe corresponding changes in DAX values without redefining and manually re- executing the DAXs.
- a DAX may be used to perform multi-dimensional data analysis multiple times with respect to changing data.
- FIGS. 3-4 illustrate a particular embodiment of the data table 112 of FIG. 1 (illustrated as a sales table 300) and a pivot table 400 generated based on the sales table 300.
- the sales table 300 includes one or more rows 310 and columns 320, 330, 340, 350, 360, and 370.
- the sales table 300 includes the data table 112 of FIG. 1.
- Each of the rows 310 of the sales table 300 may represent a sales transaction and each column 320-370 of the sales table 300 may represent data associated with a sales transaction.
- the column 320 may represent a date of a particular sale
- the column 330 may represent a customer identifier (CustID) indicating which customer paid for the particular sale
- the column 340 may represent a product identifier (ProdID) indicating which product was paid for
- the column 350 may represent a quantity of products sold
- the column 360 may represent a price charged for each of the products sold
- the column 370 may represent a total amount 370 generated by sale.
- the sales table 300 further includes a static sum aggregation 380 for the amount column 370.
- column references included in a DAX may be polymorphic. That is, a column reference in a DAX may resolve to a column when used in a column calculation and may resolve to a value stored at a particular row of the column when used in a scalar calculation. For example, when used in a column calculation, the column reference “Amount” may resolve to the column 370, but when used in a scalar calculation the reference “Amount” may resolve to the value of Qty*Price stored at a particular row of the rows 310 of FIG. 3. It should also be noted that a DAX, or a part thereof, may include functions or formulae that may result in a table useable as an intermediate result of a scalar calculation.
- the pivot table 400 pivots on the data column 320 and a combination of the ProdID column 340 and the CustID column 330 of the sales table 300 of FIG. 3. That is, the pivot table 400 may aggregate data based on date and ProdlD/CustID contexts from the sales table 300 of FIG. 3. For example, a DAX 410 "SUM [Amount]" may be received at the pivot table 400, indicating a desire that the cells of the pivot table 400 contain a sum aggregation of the amount column 370 of FIG. 3 for various combinations (i.e., contexts) of date, ProdID, and CustID of the sales table 300 of FIG. 3.
- the pivot table 400 may also be generated using a different DAX than the DAX 410.
- the DAX 410 may be
- the static sum aggregation 380 may indicate a total of all products sold, but the DAX 410 may instead be used to provide a multi-dimensional view of the products sold (e.g., total by product, total by year, and total by combination of product and year).
- FIGS. 5-6 illustrate another particular embodiment of the data table 112 of FIG. 1 (illustrated as an inventory table 500) and a pivot table 600 based on the data tables of FIG. 3 and FIG. 5 (e.g., the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5).
- Each of the rows 510 of the inventory table 500 may represent a particular product available for sale and columns 520-540 may represent data associated with the particular product.
- the column 520 may represent a product identifier (ProdID) of the particular product
- the column 530 may represent a description of the particular product
- the column 540 may represent how many units of the particular product are currently in-stock.
- One or more columns of the inventory table 500 may also include a DAX column definition.
- the units sold column 550 has an associated DAX column definition "SUM[Qty]" 560. Rows of the units sold column 550 may be populated by aggregating the Qty column 350 of FIG. 3 for various products.
- the cell 552 may be populated by filtering the sales table 300 of FIG. 3 for rows that have a ProdID of '789Green' and then aggregating the Qty column of rows that remain. It will be appreciated that to populate the cell 552, a relationship (e.g., a previously user-defined relationship) between the sales table 300 of FIG. 3 and the inventory table 500 of FIG.
- filtering a table may include Boolean filters as well as table-based filters.
- the pivot table 600 may pivot on columns of multiple data tables.
- the pivot table 600 pivots the date column 320 of FIG. 3 and a combination of the description column 530 of FIG. 5 and CustID column 330 of FIG. 300. That is, although the pivot table 600 aggregates data from one table, the sales table 300 of FIG. 3, the aggregation may be based on contexts from both the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5.
- the pivot table 600 may receive a DAX 610 "SUM[Amount]" similar to the DAX 410 of FIG. 4, and the value of the DAX 610 may be recursively calculated to populate cells of the pivot table 600.
- Populating the pivot table 600 may include identifying a relationship between the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5 and retrieving data from both the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5. For example, in the particular embodiment illustrated in FIG. 6, a relationship between the tables 300 of FIG. 3 and 500 of FIG. 5 may automatically be identified.
- the relationship may include the related columns 340 of FIG. 3 and 520 of FIG. 5, both of which are product identifier (ProdID) columns.
- ProdID product identifier
- a row header 612 "Blue Bike" of the pivot table 600 may be populated based on the identified relationship between the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5.
- DAXs may enable multi-dimensional data analysis across multiple tables (e.g., the sales table 300 of FIG. 3 and the inventory table 500 of FIG 5). It will further be appreciated that such multi-dimensional data analysis may occur at the tables themselves (e.g., at the column 550 of FIG. 5) as well as at a pivot table (e.g., the pivot table 600 of FIG. 6).
- FIG. 7 is a flow diagram to illustrate a particular embodiment of a method 700 of receiving and processing data analysis expressions.
- the method 700 may be performed by the system 100 of FIG. 1.
- the method 700 includes receiving a DAX at a pivot table of a spreadsheet, at 702.
- the DAX 104 may be received at the pivot table 122.
- the DAX may be the DAX "SUM[Amount]" 410.
- the method 700 also includes executing the DAX, at 704.
- the spreadsheet analysis module 126 may execute the DAX 104.
- executing the DAX includes determining a context associated with the particular cell, at 706, calculating a value of the DAX based on the context, at 708, and outputting the calculated value at the particular cell, at 710.
- a context may be determined, the data 124 based on the context may be retrieved, and the DAX value 130 may be calculated and output at the particular cell of the pivot table 122.
- FIG. 8 is a flow diagram to illustrate another particular embodiment of a method 800 of receiving and processing data analysis expressions.
- the method 800 may be performed by the system 100 of FIG. 1 or by the system 200 of FIG. 2.
- the method 800 includes receiving a DAX at a pivot table of a spreadsheet, at 802.
- the DAX includes a user-defined formula expressed in a native formula language of the spreadsheet (e.g., the DAX may include existing spreadsheet functions and may include syntax similar to existing spreadsheet functions).
- the DAX 104 may be received at the pivot table 122.
- the method 800 also includes executing the DAX, at 804.
- the spreadsheet analysis module 126 may execute the DAX 104.
- executing the DAX 104 includes determining a context associated with the particular cell, including filtering the at least one data table based on the particular cell, at 806.
- Executing the DAX 104 also includes calculating a value of the DAX 104 based on the context, at 808, and outputting the calculated value at the particular cell, at 810. For example, in FIG.
- a context may be determined, the data table 112 may be filtered based on the context (e.g., rows that do not match the context may temporarily be hidden or ignored), the data based on the context 124 may be retrieved, and the DAX value 130 may be calculated and output at the particular cell of the pivot table 122.
- the method 800 further includes receiving a query in response to a change at the pivot table, at 812, or detecting a change at the at least one data table, at 814.
- a pivot operation of the pivot table 122 may occur or a change in the data table 112 may be detected.
- the query is received as described herein with respect to the logic 204 of FIG. 2 and the change at the at least one data table is detected as described herein with respect to the logic 206 of FIG. 2.
- the method 800 includes automatically re-executing the DAX 104, at 816, by returning to 806.
- the spreadsheet analysis module 126 may automatically re-execute the DAX 104.
- the automatic re- execution of the DAX 104 is performed as described herein with respect to the command 208 and the module 220 of FIG. 2.
- FIG. 9 is a flow diagram to illustrate another particular embodiment of a method 900 of receiving and processing data analysis expressions.
- the method 900 may be performed by the system 100 of FIG. 1.
- the method 900 includes receiving input including a column definition of a particular column of a first spreadsheet table, at 902.
- the input includes a DAX based on at least one column of the first spreadsheet table and based on at least one column of a second spreadsheet table.
- the DAX "SUM[Qty]" 560 may be received as a column definition for the column 550, where the DAX 560 refers to both the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5.
- the method 900 also includes determining a relationship between the first spreadsheet table and the second spreadsheet table based on the DAX, at 904.
- the relationship is a related column, an index column, or a column having different names in the two spreadsheet tables.
- a relationship between the sales table 300 of FIG. 3 and the inventory table 500 of FIG. 5 may be identified, such as identifying the ProdID columns 340 of FIG. 3 and 520 of FIG. 5 as related columns.
- the method 900 further includes populating the particular column by executing the DAX, at 906.
- Executing the DAX for a particular row of the first spreadsheet table includes calculating a value of the DAX, at 908, and outputting the calculated value at a cell that is a member of the particular row and the particular column, at 910.
- the method 900 includes receiving a selection of a subset of rows of the first spreadsheet table, at 912, and automatically re-executing the DAX for the selected subset of rows, at 914, by returning to 908. For example, referring to FIG. 5, a selection of one or more of the rows 510 may be received and the DAX 560 may be re-executed for the selected rows.
- FIG. 10 depicts a block diagram of a computing environment 1000 including a computing device 1010 operable to support embodiments of computer- implemented methods, computer program products, and system components according to the present disclosure.
- the computing device 1010 may include the data interface 110 of FIG. 1, the memory 114 of FIG. 1, the modules 118, 126 of FIG. 1, the logic 204-206 of FIG. 2, or the module 220 of FIG. 2.
- Each of the data interface 110 of FIG. 1, the memory 114 of FIG. 1, the modules 118, 126 of FIG. 1, the logic 204-206 of FIG. 2, or the module 220 of FIG. 2 may include the computing device 1010 or a portion thereof.
- the computing device 1010 includes at least one processor 1020 and system memory 1030.
- the system memory 1030 may be volatile (such as random access memory or "RAM"), non-volatile (such as read-only memory or "ROM,” flash memory, and similar memory devices that maintain stored data even when power is not provided) or some combination of the two.
- the system memory 1030 typically includes an operating system 1032, one or more application platforms 1034, one or more applications (e.g., a spreadsheet application 1036), and may include program data associated with the one or more applications (e.g., an OLAP cube data structure 1038).
- the spreadsheet application 1036 is the spreadsheet application 210 of FIG.
- the system memory 1030 may include one or more logical components or modules as disclosed herein.
- the system memory 1030 may include one or more of the modules 118, 126 of FIG. 1, the logic 204-206 of FIG. 2, or the module 220 of FIG. 2.
- the computing device 1010 may also have additional features or functionality.
- the computing device 1010 may also include removable and/or non-removable additional data storage devices such as magnetic disks, optical disks, tape, and standard- sized or miniature flash memory cards.
- additional storage is illustrated in FIG. 10 by removable storage 1040 and non-removable storage 1050.
- Computer storage media may include volatile and/or non-volatile storage and removable and/or non-removable media implemented in any method or technology for storage of information such as computer- readable instructions, data structures, program components or other data.
- the system memory 1030, the removable storage 1040 and the non-removable storage 1050 are all examples of computer storage media.
- the computer storage media includes, but is not limited to, RAM, ROM, electrically erasable programmable read-only memory
- the computing device 1010 may also have input device(s) 1060, such as a keyboard, mouse, pen, voice input device, touch input device, etc.
- Output device(s) 1070 such as a display, speakers, printer, etc. may also be included.
- the computing device 1010 also contains one or more communication connections 1080 that allow the computing device 1010 to communicate with other computing devices 1090 over a wired or a wireless network.
- the computing device 1010 also contains one or more communication connections 1080 that allow the computing device 1010 to communicate with other computing devices 1090 over a wired or a wireless network.
- the computing device 1010 also contains one or more communication connections 1080 that allow the computing device 1010 to communicate with other computing devices 1090 over a wired or a wireless network.
- the computing device 1010 also contains one or more communication connections 1080 that allow the computing device 1010 to communicate with other computing devices 1090 over a wired or a wireless network.
- communication connections 1080 include the data interface 110 of FIG. 1 and the data 102 of FIG. 1 is received from other computing devices 1090 such as a shared network storage device.
- the input device(s) 1060 and output device(s) 1070 may be optional.
- a software module may reside in computer readable media, such as random access memory (RAM), flash memory, read only memory (ROM), registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
- An exemplary storage medium is coupled to the processor such that the processor can read information from, and write information to, the storage medium.
- the storage medium may be integral to the processor or the processor and the storage medium may reside as discrete components in a computing device or computer system.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
- Analysing Materials By The Use Of Radiation (AREA)
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012533292A JP6017309B2 (ja) | 2009-10-09 | 2010-10-06 | データ分析式 |
| CN2010800455064A CN102782675A (zh) | 2009-10-09 | 2010-10-06 | 数据分析表达式 |
| EP10822640.8A EP2486501A4 (en) | 2009-10-09 | 2010-10-06 | Data analysis expressions |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US12/576,254 US9275031B2 (en) | 2009-10-09 | 2009-10-09 | Data analysis expressions |
| US12/576,254 | 2009-10-09 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2011044286A2 true WO2011044286A2 (en) | 2011-04-14 |
| WO2011044286A3 WO2011044286A3 (en) | 2011-07-28 |
Family
ID=43855804
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2010/051696 Ceased WO2011044286A2 (en) | 2009-10-09 | 2010-10-06 | Data analysis expressions |
Country Status (5)
| Country | Link |
|---|---|
| US (4) | US9275031B2 (enExample) |
| EP (1) | EP2486501A4 (enExample) |
| JP (1) | JP6017309B2 (enExample) |
| CN (2) | CN102782675A (enExample) |
| WO (1) | WO2011044286A2 (enExample) |
Families Citing this family (38)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9747270B2 (en) | 2011-01-07 | 2017-08-29 | Microsoft Technology Licensing, Llc | Natural input for spreadsheet actions |
| US9721030B2 (en) | 2010-12-09 | 2017-08-01 | Microsoft Technology Licensing, Llc | Codeless sharing of spreadsheet objects |
| US8589336B1 (en) * | 2011-04-25 | 2013-11-19 | Netapp, Inc. | Framework for automated storage processes and flexible workflow |
| US8645346B2 (en) | 2011-06-16 | 2014-02-04 | Microsoft Corporation | Composable SQL query generation |
| US9348941B2 (en) * | 2011-06-16 | 2016-05-24 | Microsoft Technology Licensing, Llc | Specification of database table relationships for calculation |
| US9135233B2 (en) | 2011-10-13 | 2015-09-15 | Microsoft Technology Licensing, Llc | Suggesting alternate data mappings for charts |
| US9411797B2 (en) * | 2011-10-31 | 2016-08-09 | Microsoft Technology Licensing, Llc | Slicer elements for filtering tabular data |
| US10061473B2 (en) | 2011-11-10 | 2018-08-28 | Microsoft Technology Licensing, Llc | Providing contextual on-object control launchers and controls |
| US8793567B2 (en) | 2011-11-16 | 2014-07-29 | Microsoft Corporation | Automated suggested summarizations of data |
| US20130145244A1 (en) * | 2011-12-05 | 2013-06-06 | Microsoft Corporation | Quick analysis tool for spreadsheet application programs |
| US9235633B2 (en) * | 2011-12-06 | 2016-01-12 | International Business Machines Corporation | Processing data in a data warehouse |
| CN102799652B (zh) * | 2012-06-29 | 2014-11-12 | 用友软件股份有限公司 | 多维数据展现装置和多维数据展现方法 |
| US8983900B2 (en) * | 2012-10-23 | 2015-03-17 | Sap Se | Generic semantic layer for in-memory database reporting |
| US9146994B2 (en) * | 2013-03-15 | 2015-09-29 | International Business Machines Corporation | Pivot facets for text mining and search |
| US10664652B2 (en) | 2013-06-15 | 2020-05-26 | Microsoft Technology Licensing, Llc | Seamless grid and canvas integration in a spreadsheet application |
| US20140372932A1 (en) * | 2013-06-15 | 2014-12-18 | Microsoft Corporation | Filtering Data with Slicer-Style Filtering User Interface |
| US10156961B1 (en) * | 2013-09-24 | 2018-12-18 | EMC IP Holding Company LLC | Dynamically building a visualization filter |
| US10163234B1 (en) | 2014-09-08 | 2018-12-25 | Tableau Software, Inc. | Systems and methods for providing adaptive analytics in a dynamic data visualization interface |
| US9922081B2 (en) * | 2015-06-11 | 2018-03-20 | Microsoft Technology Licensing, Llc | Bidirectional cross-filtering in analysis service systems |
| JP6716873B2 (ja) * | 2015-08-10 | 2020-07-01 | 富士通株式会社 | データ処理方法、データ処理プログラムおよび情報処理装置 |
| CN106502966B (zh) * | 2015-09-07 | 2019-08-20 | 北京国双科技有限公司 | Excel文档处理方法和装置 |
| US10521077B1 (en) | 2016-01-14 | 2019-12-31 | Tableau Software, Inc. | Visual analysis of a dataset using linked interactive data visualizations |
| US10824803B2 (en) | 2016-09-12 | 2020-11-03 | DataRails LTD. | System and method for logical identification of differences between spreadsheets |
| US11170164B2 (en) | 2016-12-11 | 2021-11-09 | DataRails LTD. | System and method for cell comparison between spreadsheets |
| US11475212B2 (en) * | 2017-04-06 | 2022-10-18 | Otsuka Pharmaceutical Development & Commercialization, Inc. | Systems and methods for generating and modifying documents describing scientific research |
| US10877735B1 (en) | 2017-09-25 | 2020-12-29 | Amazon Technologies, Inc. | Automated generation of software applications using analysis of submitted content items |
| US10740550B1 (en) | 2017-11-20 | 2020-08-11 | Amazon Technologies, Inc. | Network-accessible data management service with web-of-sheets data model |
| US10705805B1 (en) | 2017-12-12 | 2020-07-07 | Amazon Technologies, Inc. | Application authoring using web-of-sheets data model |
| US11586603B1 (en) | 2018-05-23 | 2023-02-21 | Amazon Technologies, Inc. | Index sheets for robust spreadsheet-based applications |
| US12223262B1 (en) * | 2019-03-27 | 2025-02-11 | Amazon Technologies, Inc. | Expressions management service for data sheet-based applications |
| US11429604B2 (en) * | 2019-09-10 | 2022-08-30 | Oracle International Corporation | Techniques of heterogeneous hardware execution for SQL analytic queries for high volume data processing |
| CN112784557B (zh) * | 2019-11-08 | 2023-06-30 | 珠海金山办公软件有限公司 | 一种确定数据透视表的方法及装置 |
| CN114912427A (zh) * | 2021-02-10 | 2022-08-16 | 微软技术许可有限责任公司 | 响应于用户输入的数据表分析 |
| WO2022182529A1 (en) * | 2021-02-26 | 2022-09-01 | Finicast, Inc. | Apparatus and method for forming pivot tables from pivot frames |
| CN115034175A (zh) * | 2021-07-23 | 2022-09-09 | 北京字跳网络技术有限公司 | 表格数据处理方法、装置、终端和存储介质 |
| CN118036579A (zh) * | 2022-11-08 | 2024-05-14 | 中国石油天然气集团有限公司 | 表格的处理方法 |
| CN116303546A (zh) * | 2023-04-13 | 2023-06-23 | 北京字跳网络技术有限公司 | 数据查询方法、装置和电子设备 |
| CN117909382A (zh) * | 2024-01-05 | 2024-04-19 | 浪潮卓数大数据产业发展有限公司 | 一种可实现数据透视的数据分析方法及装置 |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090144313A1 (en) | 2007-12-04 | 2009-06-04 | Cognos Incorporated | Data entry commentary and sheet reconstruction for multidimensional enterprise system |
Family Cites Families (39)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0737008A (ja) * | 1993-06-29 | 1995-02-07 | Hitachi Ltd | 表計算処理装置の表示制御方法 |
| US5603021A (en) * | 1994-09-02 | 1997-02-11 | Borland International, Inc. | Methods for composing formulas in an electronic spreadsheet system |
| US5870747A (en) * | 1996-07-09 | 1999-02-09 | Informix Software, Inc. | Generalized key indexes |
| US6292811B1 (en) * | 1997-09-19 | 2001-09-18 | Modernsoft, Inc. | Populating cells of an electronic financial statement |
| US20020029207A1 (en) * | 2000-02-28 | 2002-03-07 | Hyperroll, Inc. | Data aggregation server for managing a multi-dimensional database and database management system having data aggregation server integrated therein |
| AUPQ836500A0 (en) * | 2000-06-26 | 2000-07-20 | Dstc Pty Ltd | Parallel execution mechanism for spreadsheets |
| US20020184260A1 (en) * | 2001-05-30 | 2002-12-05 | Paul Martin | Multidimensional data entry in a spreadsheet |
| US20030009649A1 (en) * | 2001-05-30 | 2003-01-09 | Paul Martin | Dynamic conversion of spreadsheet formulas to multidimensional calculation rules |
| US7925616B2 (en) * | 2001-06-19 | 2011-04-12 | Microstrategy, Incorporated | Report system and method using context-sensitive prompt objects |
| EP1618488B1 (en) * | 2003-04-18 | 2006-11-08 | International Business Machines Corporation | System and method in a data table for managing insertion operations in recursive scalable template instances |
| US7530012B2 (en) * | 2003-05-22 | 2009-05-05 | International Business Machines Corporation | Incorporation of spreadsheet formulas of multi-dimensional cube data into a multi-dimensional cube |
| US7299223B2 (en) * | 2003-07-16 | 2007-11-20 | Oracle International Corporation | Spreadsheet to SQL translation |
| US7337176B1 (en) * | 2003-08-29 | 2008-02-26 | Sprint Communications Company L.P. | Data loading tool for loading a database |
| US7882132B2 (en) * | 2003-10-09 | 2011-02-01 | Oracle International Corporation | Support for RDBMS in LDAP system |
| US7213199B2 (en) * | 2004-07-16 | 2007-05-01 | Cognos Incorporated | Spreadsheet user-interface for an enterprise planning system having multi-dimensional data store |
| US7991804B2 (en) * | 2004-07-30 | 2011-08-02 | Microsoft Corporation | Method, system, and apparatus for exposing workbooks as data sources |
| US20060036939A1 (en) * | 2004-08-13 | 2006-02-16 | Microsoft Corporation | Support for user-specified spreadsheet functions |
| US7676738B2 (en) * | 2004-09-13 | 2010-03-09 | Whitebirch Software, Inc. | Scenario-dependent evaluation formula |
| US7698287B2 (en) * | 2004-09-30 | 2010-04-13 | Microsoft Corporation | Design of spreadsheet functions for working with tables of data |
| US7415481B2 (en) * | 2004-09-30 | 2008-08-19 | Microsoft Corporation | Method and implementation for referencing of dynamic data within spreadsheet formulas |
| US20060085386A1 (en) | 2004-10-19 | 2006-04-20 | Microsoft Corporation | Two pass calculation to optimize formula calculations for a spreadsheet |
| US7634730B2 (en) * | 2004-12-15 | 2009-12-15 | Microsoft Corporation | Task helpers |
| US20060235834A1 (en) * | 2005-04-14 | 2006-10-19 | Microsoft Corporation | Path expression in structured query language |
| US7747939B2 (en) * | 2005-05-31 | 2010-06-29 | Microsoft Corporation | Generating free form reports within a data array |
| US8234293B2 (en) * | 2005-09-08 | 2012-07-31 | Microsoft Corporation | Autocompleting with queries to a database |
| US8095866B2 (en) * | 2005-09-09 | 2012-01-10 | Microsoft Corporation | Filtering user interface for a data summary table |
| US7792847B2 (en) * | 2005-09-09 | 2010-09-07 | Microsoft Corporation | Converting structured reports to formulas |
| US7805433B2 (en) * | 2005-10-14 | 2010-09-28 | Microsoft Corporation | Multidimensional cube functions |
| JP4140919B2 (ja) * | 2006-03-14 | 2008-08-27 | インターナショナル・ビジネス・マシーンズ・コーポレーション | 表計算などの処理を行うシステムおよびその方法 |
| CN1821993A (zh) * | 2006-03-24 | 2006-08-23 | 无锡永中科技有限公司 | 基于时间序列的电子表格数据处理方法 |
| US8656271B2 (en) | 2006-07-31 | 2014-02-18 | Sap Ag | Adapting a spreadsheet for use with a complex object |
| US7814052B2 (en) * | 2006-11-03 | 2010-10-12 | Salesforce.Com, Inc. | Implementing formulas for custom fields in an on-demand database |
| US20080294612A1 (en) * | 2007-05-22 | 2008-11-27 | It-Workplace | Method For Generating A Representation Of A Query |
| US8200604B2 (en) * | 2007-06-29 | 2012-06-12 | Microsoft Corporation | Multi-platform business calculation rule language and execution environment |
| US8112701B2 (en) * | 2007-08-06 | 2012-02-07 | Apple Inc. | Reference adding behavior in formula editing mode |
| US9330149B2 (en) * | 2007-12-18 | 2016-05-03 | Oracle International Corporation | Techniques for query and DML over relational tables using spreadsheet applications |
| US20090327851A1 (en) * | 2008-06-27 | 2009-12-31 | Steven Raposo | Data analysis method |
| US9996519B2 (en) * | 2008-09-30 | 2018-06-12 | Apple Inc. | Context sensitive computations |
| US8386916B2 (en) * | 2008-12-29 | 2013-02-26 | SAP France S.A. | Systems and methods to create a multidimensional expression calculated member in a spreadsheet cell |
-
2009
- 2009-10-09 US US12/576,254 patent/US9275031B2/en active Active
-
2010
- 2010-10-06 CN CN2010800455064A patent/CN102782675A/zh active Pending
- 2010-10-06 EP EP10822640.8A patent/EP2486501A4/en not_active Withdrawn
- 2010-10-06 WO PCT/US2010/051696 patent/WO2011044286A2/en not_active Ceased
- 2010-10-06 JP JP2012533292A patent/JP6017309B2/ja active Active
- 2010-10-06 CN CN201510616470.5A patent/CN105260347B/zh active Active
-
2016
- 2016-01-15 US US14/997,138 patent/US9665555B2/en active Active
-
2017
- 2017-05-11 US US15/592,991 patent/US10762289B2/en active Active
-
2020
- 2020-08-03 US US16/983,088 patent/US11366960B2/en active Active
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090144313A1 (en) | 2007-12-04 | 2009-06-04 | Cognos Incorporated | Data entry commentary and sheet reconstruction for multidimensional enterprise system |
Also Published As
| Publication number | Publication date |
|---|---|
| US20180032498A1 (en) | 2018-02-01 |
| WO2011044286A3 (en) | 2011-07-28 |
| US11366960B2 (en) | 2022-06-21 |
| JP6017309B2 (ja) | 2016-10-26 |
| CN102782675A (zh) | 2012-11-14 |
| US9665555B2 (en) | 2017-05-30 |
| US20160132481A1 (en) | 2016-05-12 |
| JP2013507689A (ja) | 2013-03-04 |
| US9275031B2 (en) | 2016-03-01 |
| US10762289B2 (en) | 2020-09-01 |
| CN105260347A (zh) | 2016-01-20 |
| US20210019472A1 (en) | 2021-01-21 |
| EP2486501A2 (en) | 2012-08-15 |
| US20110087954A1 (en) | 2011-04-14 |
| CN105260347B (zh) | 2019-04-19 |
| EP2486501A4 (en) | 2018-01-17 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11366960B2 (en) | Data analysis expressions | |
| US11741059B2 (en) | System and method for extracting a star schema from tabular data for use in a multidimensional database environment | |
| US7831539B2 (en) | Dynamically filtering aggregate reports based on values resulting from one or more previously applied filters | |
| EP3234809B1 (en) | Building reports | |
| US20090006455A1 (en) | Automated time metadata deduction | |
| US9633077B2 (en) | Query of multiple unjoined views | |
| US20110320399A1 (en) | Etl builder | |
| EP2396720A1 (en) | Creation of a data store | |
| US10223388B2 (en) | Avoid double counting of mapped database data | |
| US9639596B2 (en) | Processing data in a data warehouse | |
| WO2011067076A1 (en) | Compensating for unbalanced hierarchies when generating olap queries from report specifications | |
| US7711709B2 (en) | Efficient storing and querying of snapshot measures | |
| US9892418B1 (en) | Methods systems and computer program products for analyzing utilization of tax preparation application website | |
| Clark | Beginning Power BI with Excel 2013: Self-Service Business Intelligence Using Power Pivot, Power View, Power Query, and Power Map | |
| Kellenberger et al. | Time Range Calculations | |
| CN120670456A (zh) | 一种基于低代码的数据指标查询语句生成方法及装置 | |
| Jensen et al. | Fundamental Concepts | |
| US20070203767A1 (en) | Apparatus and method for indexing data changes | |
| Desktop et al. | Beginning Power BI |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 201080045506.4 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 10822640 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2010822640 Country of ref document: EP |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2012533292 Country of ref document: JP |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |