Quantcast
Channel: OLAP PivotTable Extensions
Viewing all 469 articles
Browse latest View live

New Post: Refreshing causes me to lose Calculated Members

$
0
0
Hmm. I haven't witnessed this. Are you able to create a simple repro with dummy data and share the cube backup and the PivotTable? I'd be happy to look at this.

Is it Multidimensional? Tabular? What exact version number when you connect SSMS Object Explorer shows on the SSAS server node?

New Post: Refreshing causes me to lose Calculated Members

$
0
0
Hi its a multi dimensional cube SSAS is version 11.0.3412.0. I'm not sure I can export the data because I don't have access & it's pretty sensitive.

I carried out a few tests & discovered something odd in Excel. I started a new Workbook & connected to the Cube to start a new pivot table within the pivot table options there is option 'Evaluate calculated members from OLAP server in filters' I have no idea what it does but when I uncheck this & refresh the pivot table it seems to maintain the setup & the data is still there only thing is I don't know if it's refreshing properly & calculating the Measure.

This is what I see in the pivot table options when I start a new Workbook & create the pivot table from scratch.

New Pivot Tables

The unfortunate thing is I have already created a lot of files with a lot of pivot tables using a Calculated Measure when I look at the pivot table options in that I see something different

Existing Pivot Tables

I think this may be causing the issue but I am not entirely sure. Both files were created in Excel 2013 so I can't see why one would have the 'Evaluate calculated members from OLAP server in filters' option & the other would not. The Measure I have created is nothing overly complicated either.

Member

So has anyone seen this before or experienced anything like this? & does anyone know what the 'Evaluate calculated members from OLAP server in filters' as I can't find anything on this.

Thanks

New Post: Excel 2016 Compatibility

$
0
0
We've got a bunch of Office 2013 users really stoked about this.

We've also begun testing of Office 2016 since the RTM dropped a month ago, so any ETA on the 2016 version of this extension?

Thanks!
-Bob

Created Unassigned: Excel 2016 does not install [64932]

$
0
0
I cannot install on Excel 2016, even if the upgrade from 2013 to 2016 seems working (I previously installed on 2013 on another machine where I did the upgrade). It says there is no Excel 2013...

New Post: Refreshing causes me to lose Calculated Members

$
0
0
If you open OLAP PivotTable Extensions and go to the About menu it should tell you about the PivotTable version. For example a newly created PivotTable should be 2013 version. But the old saved PivotTables are likely older versions. You may want to follow the instructions for upgrade and see the calculations are preserved.

Just checking but you are defining a new measure named P12M. It's a measure not a calculated dimension member right?

If they are lost during upgrade, I wonder if you can turn off upgrade. If you click on the PivotTable then press Alt-F11 then Ctrl-G then paste the following into the Immediate window and press enter:

ActiveCell.PivotTable.PivotCache().UpgradeOnRefresh = False

Then paste in the following line and hit enter and ensure it says False:

?ActiveCell.PivotTable.PivotCache().UpgradeOnRefresh

That should turn off upgrade on refresh. I'm just guessing that may be the problem because of the differences in the PivotTable Options window you included in screenshots.

What's your version number of Excel if you go to File... Account... About Excel? Wondering if you've got Office 365 and the latest update or not.

Commented Unassigned: Excel 2016 does not install [64932]

$
0
0
I cannot install on Excel 2016, even if the upgrade from 2013 to 2016 seems working (I previously installed on 2013 on another machine where I did the upgrade). It says there is no Excel 2013...
Comments: ** Comment from web user: furmangg **

I'm making progress. It turned out to be quite a lot of work so far as I'm refactoring the code to run in the newest version of VSTO and .NET 4. I spent a few days trying to get the existing installer and shims to work in Excel 2016 and in the end decided that refactoring in a new VSTO version was likely the fastest road forward.

I have a debug build working and suspect I have several hundred bugs to conquer before it's ready for prime time. And I need to spend time on an installer. Will keep everyone posted here. If you want to check the checkbox for email notifications at the bottom Codeplex should keep you posted.

If anyone is desperate for a beta build and can help discover bugs, click furmangg and shoot me an email saying you're willing to beta test so I know where to reach you. (I know where to reach you Marco.)

Thanks for your patience.

New Post: Excel 2016 Compatibility

Commented Unassigned: Excel 2016 does not install [64932]

$
0
0
I cannot install on Excel 2016, even if the upgrade from 2013 to 2016 seems working (I previously installed on 2013 on another machine where I did the upgrade). It says there is no Excel 2013...
Comments: ** Comment from web user: furmangg **

I've got all the features working in Excel 2016 with the exception of upgrading the PivotTable version.

I haven't yet some of the corner cases like non-English install language tests. These may have to wait until after an initial beta release honestly.

The main remaining task is to work on creating an installer. Fingers crossed that goes faster than the previous installer as I probably spent at least 50% of development time in the past mucking with the installer and all the corner cases there. :)

Offer is still open for people to contact me for being a beta tester. Just click furmangg and email.


Commented Unassigned: Excel 2016 does not install [64932]

$
0
0
I cannot install on Excel 2016, even if the upgrade from 2013 to 2016 seems working (I previously installed on 2013 on another machine where I did the upgrade). It says there is no Excel 2013...
Comments: ** Comment from web user: marcorusso **

I'm available to test! :)
But I know you know how to reach me...

Updated Wiki: Excel 2013

$
0
0

Excel 2013

MDX Calculation GUI

Excel 2013 is the first version to support a GUI built by Microsoft for managing MDX calculated measures and members in a PivotTable. After clicking on a PivotTable, these features can be found under the PivotTable Tools... Analyze tab and under the OLAP Tools menu:

Excel2013MDXMenu.png

The MDX Calculated Measure dialog looks like:

Excel2013CalculatedMeasure.png

The MDX Calculated Member dialog lets you add a calculated dimension member:

Excel2013CalculatedMember.png

Finally, the Manage Calculations dialog looks like:

Excel2013ManageCalculations.png

The Excel Blog also covered this feature here.

Why Continue Using OLAP PivotTable Extensions?

As you can see, it greatly improves upon the calculation management UI from the OLAP PivotTable Extensions add-in by adding a very nice field list and function list. So why would you continue using OLAP PivotTable Extensions? Starting with release 0.8.0, OLAP PivotTable Extensions adds support for Excel 2013. The add-in also offers these other features:

Excel Data Model

Excel 2013 natively integrates the xVelocity engine behind PowerPivot and allows loading multiple tables into what's known as the Excel Data Model. This is a built-in in-memory Analysis Services database which is deeply integrated into Excel 2013. Teo Lachev wrote up a good overview.

OLAP PivotTable Extensions v0.8.0 adds support for the Excel Data Model. (Disclaimer: The ability to connect to the Excel Data Model and/or PowerPivot from OLAP PivotTable Extensions is using unsupported APIs and as such the behaviour may change or stop working without notice in future releases. This functionality is provided on an "as-is" basis.) All OLAP PivotTable Extensions features are supported except:
  • MDX calculated measures and members (as the Excel Data Model doesn't support this). Use PowerPivot to create DAX measures instead of using OLAP PivotTable Extensions to create MDX members.
  • Clear PivotTable Cache (since the data is local and this feature doesn't make sense for the Excel Data Model)
  • Change PivotTable Defaults (since "refresh on open" will cause Excel to reconnect to the SQL sources behind the Excel Data Model, potentially causing long delays upon workbook open. If you want to enable this option manually, the native Excel PivotTable Options dialog allows you to set this)
  • Show Property as Caption (currently the Excel Data Model doesn't provide support for member properties)

Click-to-Run Support

Office 365 as part of the Office 2013 release supports a new install approach called Click-to-Run (more information here). OLAP PivotTable Extensions works in this scenario as soon as streaming installation is complete.

Created Unassigned: Clear PivotTable Cache should support slicers and graphs [65011]

$
0
0
See:
http://stackoverflow.com/questions/33868125/cannot-enable-remove-data-from-the-external-data-range-before-saving-the-workbo/33886877#comment55538909_33886877

Source code checked in, #76031

Updated Release: Release 0.9.0 (Nov 25, 2015)

$
0
0
This beta release contains support for Excel 2013 and Excel 2016. The installer supports both 32-bit and 64-bit Excel.

To run OLAP PivotTable Extensions in Excel 2007 or Excel 2010, use Release 0.8.4. Release 0.8.4 is not supported to be run side-by-side with newer releases.

This release requires the .NET Framework 4.5.2 and will install it if it is not installed already. If this requirement is a problem, use Release 0.8.4.

This release does not provide any bug fixes or improvements over release 0.8.4. It just provides Excel 2016 support.

Released: Release 0.8.4 (Aug 22, 2014)

$
0
0
Note: This is NOT the latest release. Look here for the latest release. However, this is the latest release which support Excel 2007 and Excel 2010.

Use the 32-bit download for...
  • Excel 2007
  • Excel 2010 32-bit (even Excel 2010 32-bit on a 64-bit operating system)
  • Excel 2013 32-bit (even Excel 2013 32-bit on a 64-bit operating system)

Use the 64-bit download for...
Just download and run the EXE. There is no need to uninstall the previous release. If you have problems getting the add-in to work, see the Troubleshooting Installation wiki page.

The new features in this release are:
  • Many improvements to Search including:
    • Allowing multiple search terms
    • Search performance improvements by detecting whether cube is case sensitive
    • Search performance improvements by detecting whether searching on the server or on the client will be quicker under current network conditions
    • Performance improvements when adding search results to the PivotTable when members are on rows or columns
    • Allowing you to search only one level of a hierarchy or all levels
    • Allowing you to search in hierarchies that aren't in the PivotTable if you choose Show All Hierarchies
    • Search improvement so it now successfully filters to the members you have chosen if your field is on rows or columns of the PivotTable.
    • Stability improvements when there are many search results
    • Added a new “Measures (caption only)” search option
    • The column header for the search results now allows a "check all" action so you don’t have to check each row.



This release does fix a few minor bugs:
  • Fixing a bug where Disable Auto Refresh threw an error if there were native PivotTables (PivotTables which are summarizing data on an Excel sheet rather than connected to Power Pivot)
  • Fixing error messages when you embed an Excel document in Word or PowerPoint
  • Fixing issue when cancelling a search when your connection includes stored username/password in the connection string

Updated Release: Release 0.8.4 (Aug 22, 2014)

$
0
0
Note: This is NOT the latest release. Look here for the latest release. However, this is the latest release which support Excel 2007 and Excel 2010.

Use the 32-bit download for...
  • Excel 2007
  • Excel 2010 32-bit (even Excel 2010 32-bit on a 64-bit operating system)
  • Excel 2013 32-bit (even Excel 2013 32-bit on a 64-bit operating system)

Use the 64-bit download for...
Just download and run the EXE. There is no need to uninstall the previous release. If you have problems getting the add-in to work, see the Troubleshooting Installation wiki page.

The new features in this release are:
  • Many improvements to Search including:
    • Allowing multiple search terms
    • Search performance improvements by detecting whether cube is case sensitive
    • Search performance improvements by detecting whether searching on the server or on the client will be quicker under current network conditions
    • Performance improvements when adding search results to the PivotTable when members are on rows or columns
    • Allowing you to search only one level of a hierarchy or all levels
    • Allowing you to search in hierarchies that aren't in the PivotTable if you choose Show All Hierarchies
    • Search improvement so it now successfully filters to the members you have chosen if your field is on rows or columns of the PivotTable.
    • Stability improvements when there are many search results
    • Added a new “Measures (caption only)” search option
    • The column header for the search results now allows a "check all" action so you don’t have to check each row.



This release does fix a few minor bugs:
  • Fixing a bug where Disable Auto Refresh threw an error if there were native PivotTables (PivotTables which are summarizing data on an Excel sheet rather than connected to Power Pivot)
  • Fixing error messages when you embed an Excel document in Word or PowerPoint
  • Fixing issue when cancelling a search when your connection includes stored username/password in the connection string

Updated Wiki: Home

$
0
0
OLAP PivotTable Extensions is an Excel add-in which extends the functionality of PivotTables on Analysis Services cubes. The Excel API has certain PivotTable functionality which is not exposed in the UI. OLAP PivotTable Extensions provides an interface for some of this functionality. It also adds some new features like searching cubes, configuring default settings, and filtering to a list in your clipboard. The add-in can be launched from the following menu option in the right-click menu for PivotTables:

menu.png

Private Calculated Members

Any calculated members which are part of the Analysis Service cube on the server can be added to PivotTables. But there is no built-in UI to define your own MDX calculations. Adding extra Excel calculations in the cells surrounding the PivotTable has some limitations as they are not part of the PivotTable and can be wiped out if the dimensions of the PivotTable change, and plain Excel calculations must only operate on data visible in the PivotTable.

OLAP PivotTable Extensions let you define your own calculated measures which are private to that particular PivotTable:
AvgTaxFormula.png

Those calculations appear in the PivotTable just like any other calculations:
AvgTaxPivotTable.png

They appear in the Field List pane at the very top under the Values grouping:
AvgTaxFieldList.png

For help with advanced calculation properties for these private PivotTable calculations, or for help with MDX expressions, refer to our Calculations Help page.

Thankfully, in Excel 2013 Microsoft does provide a UI for building MDX calculations for the first time. It even includes a drag and drop field and function list. So use OLAP PivotTable Extensions in Excel 2013 for some of the other features it offers, which are detailed below. Unfortunately, Excel 2013 removed support for adding MDX calculated measures to PivotTables on Power Pivot models.

Best Practice: In order to ensure a single version of the truth, it is a best practice to define important calculations as part of the cube source code. But some calculations like simple ratios or differences may clutter the cube and may be more appropriate if defined in the PivotTable itself. In addition, certain ad hoc research or prototyping may be more appropriate to be done as calculations private to a PivotTable until they are finalized and are ready to be added to the cube source code.

Calculations Library

Since all calculations you define are private to that one PivotTable, OLAP PivotTable Extensions automatically creates a Calculations Library for you which contains all the calculations you create. This allows you to pick any previous calculation you've used from a dropdown and add it to the current PivotTable:

LibraryDropDown.png

You can also perform Calculation Library maintenance by importing, exporting, and deleting calculations:

Export.png

View PivotTable MDX

If a PivotTable is performing poorly or returning incorrect numbers, it may be necessary for the Analysis Services administrator to troubleshoot the MDX query which the PivotTable is using. The MDX tab of the OLAP PivotTable Extensions dialog shows you this MDX.

AvgTaxMDX2.png

Starting with release 0.7.3, you can check the checkbox in the top right in order to send your MDX query to a web service for formatting, thanks to Nick Medveditskov.

The MDX is exactly what is sent to the server with one exception. Any private calculations you've created for your PivotTable are defined as session calculated members. The MDX query exposed on the MDX tab displays the formulas for these calculations as query calculated members in the WITH clause of the MDX query. This allows an administrator to copy and paste the MDX query and troubleshoot it more easily in Management Studio or MDX Studio.

Filtering PivotTable to a List

A common scenario is having a list of items you wish to research in a PivotTable. Instead of manually checking each item in the filter dropdown, you can use the Filter List feature from OLAP PivotTable Extensions:

FilterListDialog.png

Changing PivotTable Defaults

Certain settings must be manually changed after creating a new PivotTable. For instance, if your dimensions have calculated members you wish to see in your PivotTable, you must manually right click on the PivotTable, choose PivotTable Options, flip to the Display tab, then check "Show calculated members from OLAP server". The Defaults tab of OLAP PivotTable Extensions lets you default this setting to be on in any new PivotTables you create in the future. If checked, it also automatically sets "Refresh data when opening the file" on the connection properties:

Defaults.png

Searching

Finding what you’re looking for in a cube can sometimes be challenging, but the Search feature of OLAP PivotTable Extensions can help. It lets you text search the items in the Field List and their descriptions. It also lets you text search the dimension members in your cube.

SearchTab.png

For more detailed information about the Search feature, see the dedicated Search page.

Distributing PivotTables

OLAP PivotTable Extensions need only be installed on computers which need to create new private PivotTable calculations. After those calculations have been defined, the PivotTable can be distributed to others without problem. If you distribute the Excel workbook to other Excel users, they will be able to continue designing and manipulating that PivotTable without problem. If published to Excel Services, the private calculations you define will still be active in the PivotTable.

ExcelServices.png

The Calculation Library does not need to be distributed unless other users wish to start brand new PivotTables and reuse certain calculations you have created using OLAP PivotTable Extensions.

Using Excel 2007/2010/2013/2016 and OLAP PivotTable Extensions to edit an Excel 2003 format .xls workbook with a PivotTable and add a private calculated member will work. This PivotTable can be saved and distributed to users of Excel 2003 and the private calculated member will show up and work.

Other Features

Other features include:

The following features are supported by version of Excel:

Feature Excel 2007 Excel 2010 Excel 2013 OLAP Excel 2013 Power Pivot Excel 2016 OLAP Excel 2016 Power Pivot
MDX Private Calculated Members X X X X
View PivotTable MDX X X X X X X
Filter PivotTable to a List X X X X X X
Search X X X X X X
Change PivotTable Defaults X X X X
Clear PivotTable Cache X X X X
Show Property as Caption X X X X
About Tab X X X X X X
Upgrade PivotTable X X X X X X
View #VALUE! Error Message X X X X
Disable Auto Refresh X X
Choose Fields to Show X X X X X X

Installation Requirements

Troubleshooting Installation

If OLAP PivotTable Extensions is not visible in Excel, please consult the Troubleshooting Installation page.

Feedback

To report bugs or suggestions, please post an item to the Issue Tracker tab.

To ask questions about MDX formulas such as the formulas used for private PivotTable calculations, see our Calculations Help page, or post a question to the Microsoft Analysis Services Forum, or contact your Analysis Services administrator.

To discuss OLAP PivotTable Extensions, please start a thread on the Discussions tab.

Updates

To keep up-to-date with future enhancements, subscribe to the Release RSS feed or to the All Project Updates RSS feed.

Acknowledgments and Additional Information

For links to other resources about PivotTables, view our Acknowledgments and Additional Information page.

Closed Unassigned: Excel 2016 does not install [64932]

$
0
0
I cannot install on Excel 2016, even if the upgrade from 2013 to 2016 seems working (I previously installed on 2013 on another machine where I did the upgrade). It says there is no Excel 2013...
Comments: If you look at the Releases tab a new 0.9.0 release is available adding support for Excel 2016. Thanks for your patience. Please let me know if you have any issues. I haven't done any testing on non-English install languages yet, but I felt it was valuable to have a beta release out sooner rather than later.

New Post: Excel 2016 Compatibility

$
0
0
A new release 0.9.0 is available and supports Excel 2016. Please give it a try and let me know if you have any issues.

Released: Release 0.9.0 (Nov 25, 2015)

$
0
0
This beta release contains support for Excel 2013 and Excel 2016. The installer supports both 32-bit and 64-bit Excel.

To run OLAP PivotTable Extensions in Excel 2007 or Excel 2010, use Release 0.8.4. Release 0.8.4 is not supported to be run side-by-side with newer releases.

This release requires the .NET Framework 4.5.2 and will install it if it is not installed already. If this requirement is a problem, useRelease 0.8.4.

Just download and run the EXE. There is no need to uninstall the previous release. If you have problems getting the add-in to work, see the Troubleshooting Installation wiki page.

This release does not provide any bug fixes or improvements over release 0.8.4. It just provides Excel 2016 support.

Updated Release: Release 0.9.0 (Nov 25, 2015)

$
0
0
This beta release contains support for Excel 2013 and Excel 2016. The installer supports both 32-bit and 64-bit Excel.

To run OLAP PivotTable Extensions in Excel 2007 or Excel 2010, use Release 0.8.4. Release 0.8.4 is not supported to be run side-by-side with newer releases.

This release requires the .NET Framework 4.5.2 and will install it if it is not installed already. If this requirement is a problem, use Release 0.8.4.

Just download and run the EXE. There is no need to uninstall the previous release. If you have problems getting the add-in to work, see the Troubleshooting Installation wiki page.

This release does not provide any bug fixes or improvements over release 0.8.4. It just provides Excel 2016 support.
Viewing all 469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>