New Post: # VALUE when using AGGREGATE() against PowerPivot
Greg, I recently revisited this issue and it seems to have been fixed in PowerPivot 2012. That means it is now possible (using OLAP Pivot Table Extensions) to create a calculated (non-measure) member...
View ArticleNew Post: # VALUE when using AGGREGATE() against PowerPivot
Agreed. They did make lots of improvements in PowerPivot 2012.Unfortunately, when a cut down version of PowerPivot got baked into Excel 2013, they stopped supporting MDX calculations in PivotTables...
View ArticleNew Post: Error when filtrering
You might consider renaming Microsoft.AnalysisServices.AdomdClient.dll in the OLAP PivotTable Extensions install directory (under Program Files or under Program Files (x86)). Then try installing...
View ArticleNew Post: syntax error
IIf requires three arguments:IIf(condition,if_true,if_false)So in your calculation above, just put a third parameter of null in all your IIF functions. For example:IIf ([Spot Length] =...
View ArticleCommented Issue: Unable to Format MDX Query [23697]
Hi Team,There is one urgent requirement where I have to bring in data from the Cube and make some excel reports. This tool will be very handy for that purpose to customize MDX. I am using 32 - bit...
View ArticleNew Post: reference data external to a pivot table
Is there a way to use the OLAP extentison to reference data outside of the pivot table; say in another table in a workbook?
View ArticleNew Post: reference data external to a pivot table
Not really. I would look into PowerPivot so you can add several data sources to your model and build calcs referencing both.
View ArticleNew Post: can one add a column and concatenate two fields using the olap...
can one add a column and concatenate two fields using the olap extentions interface?
View ArticleNew Post: can one add a column and concatenate two fields using the olap...
Can you describe how you want the PivotTable to look? Are the columns dimensions or measures? You might also study the Calculations Help page for some simple...
View ArticleNew Post: can one add a column and concatenate two fields using the olap...
Hi there,Thanks for the response. The data we receive in our cubes has two numbers(actually treated as text) that uniquely identify any cost that hits a particular task on a project. I was hoping to...
View ArticleNew Post: can one add a column and concatenate two fields using the olap...
You may want to edit your post to remove a little personal info, by the way. You can concatenate strings in MDX using the + sign. You might try something like: [Project].[Project...
View ArticleNew Comment on "Filter List"
I really want a feauture that saves my filter settings even though the members (temporarily) dont exist in the cube dimension (anymore). Or is there already a way to save the filter settings?
View ArticleCreated Issue: Keep filter settings [24044]
I really want a feauture that saves my filter settings even though the members (temporarily) dont exist in the cube dimension (anymore). Or is there already a way to save the filter settings?
View ArticleNew Post: Reset edited Member Names
There is a little-known (perhaps even undocumented) feature of Excel Pivot Tables where if you are presenting Dimension members (e.g. as Rows) the user can type onto those cells which becomes a...
View ArticleNew Post: Reset edited Member Names
That's a great suggestion. I've run into this confusion many times before and had equal trouble locating and removing the renamed members. Hidden on this page is a link to an Excel Add-in called...
View ArticleNew Post: Request New Functionality (2)
Hello! Can You do the following: The ability to group (and save in Excel Book) the dimensions in the logical folder. For example, to combine similar in the sense of dimensions or role-played...
View ArticleNew Post: Request New Functionality (2)
Good suggestions. If I ever figure out how to do the above, I'll definitely add that. I don't have immediate plans to rewrite the field list, though. You might look at Vivid...
View ArticleNew Post: Request New Functionality (2)
Good day! Of course, I watched this product (Vivid) and even a little used. But he paid that problematic - use within the Banks. We will wait with impatience of your new developments. Alexander
View ArticleCommented Issue: Feature Request - Filtering List [14196]
Let me start by saying well done. Our business would like to have the feature to be opposite of the filter list, they want to say keep everything but what is in the list (not sure if MDX likes this...
View Article