![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello. I wish to analyze network performance data. My source data contains both date/time data as well as network availability data (expressed as a percentage). For example: date,device_name,avg_uptime ====================== 01-jan-2004,device1,99.19% 02-jan-2004,device1,98.12% etc. If I import the data into Excel and generate a pivot table, I can summarize my data with the following functions: min, max, count, average, sum, stdev, etc. If I use the olap wizard, the only summary functions I can use are: min, max, sum, and count - I do not have an average function. Is there a way to obtain the "average" summary function in the Excel OLAP wizard, given that my source data already contains averages? I do not wish to import the data into an Excel workbook, as it will become large over time (and limited in terms of the # rows a workbook can store). TIA |
#3
| |||
| |||
|
|
If your input has the absolute Up time and Total Time then using Pivot Calculated Formula to calculate Average Uptime as Up Time / Total Time and presenting the Pivot Table such as Date on row, Average Uptime calculation in Data area, then the Grand Total for columns is your Average of Averages. "Domenico Discepola" <domenico_discepola (AT) quadrachemicals (DOT) com> wrote in message news:gfOTb.14475$Ja2.90175 (AT) nnrp1 (DOT) uunet.ca... Hello. I wish to analyze network performance data. My source data contains both date/time data as well as network availability data (expressed as a percentage). For example: date,device_name,avg_uptime ====================== 01-jan-2004,device1,99.19% 02-jan-2004,device1,98.12% etc. If I import the data into Excel and generate a pivot table, I can summarize my data with the following functions: min, max, count, average, sum, stdev, etc. If I use the olap wizard, the only summary functions I can use are: min, max, sum, and count - I do not have an average function. Is there a way to obtain the "average" summary function in the Excel OLAP wizard, given that my source data already contains averages? I do not wish to import the data into an Excel workbook, as it will become large over time (and limited in terms of the # rows a workbook can store). TIA |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Try this one : If you know how avg_uptime is calculated, it could be like avg_uptime = avg_uptime in seconds / (24 * 60 * 60) for the day then calculate avg_uptime in seconds in a separate column as avg_uptime in seconds = avg_uptime * 24 * 60 * 60 / 100 and put 24 * 60 * 60 in another column as Total Time date device avg% avg_uptime total time 01-Jan-04 device1 99.19 85700.16 86400 02-Jan-04 device1 98.12 84775.68 86400 result is Data date device Sum of avg_uptime Sum of avg_of_avg_uptime 01-Jan-04 device1 85700.16 99.19% 02-Jan-04 device1 84775.68 98.12% Grand Total 170475.84 98.66% Eventually, you can remove the column Sum of avg_uptime This solution only valid if avg_uptime = avg_uptime in seconds / (24 * 60 * 60) |
#6
| |||
| |||
|
|
Hello. I wish to analyze network performance data. My source data contains both date/time data as well as network availability data (expressed as a percentage). For example: date,device_name,avg_uptime ====================== 01-jan-2004,device1,99.19% 02-jan-2004,device1,98.12% etc. If I import the data into Excel and generate a pivot table, I can summarize my data with the following functions: min, max, count, average, sum, stdev, etc. If I use the olap wizard, the only summary functions I can use are: min, max, sum, and count - I do not have an average function. Is there a way to obtain the "average" summary function in the Excel OLAP wizard, given that my source data already contains averages? I do not wish to import the data into an Excel workbook, as it will become large over time (and limited in terms of the # rows a workbook can store). TIA |
![]() |
| Thread Tools | |
| Display Modes | |
| |