About 828 results
Open links in new tab
  1. How to write calculations for CurrentWeek,CurrentMonth, Current …

    Feb 3, 2016 · I need to write the MDX Expressions to calculate the [Incident Count] for CurrentWeek,CurrentMonth, Current Quarter.

  2. How to view MDX query from Excel report - social.msdn.microsoft.com

    Apr 7, 2006 · I generated OLAP report from SQL Server Analysis server using Excel. When you are using Excel to generate a report from OLAP database, excel will take care of generating the required …

  3. Query multiple cubes in a single MDX? - social.msdn.microsoft.com

    Jun 2, 2010 · I am wondering if there is a way to query more than one cube in a single mdx statement. Here's the deal - I have a cube that has a measure group that is a count of invoices, and another …

  4. Object was not found in the cube when the string was parsed ERROR in ...

    Oct 31, 2019 · Please refer to the following steps to redesign the MDX query to retrieve data from your cube:

  5. How do I create a Rolling 12 months average for percentages?

    Nov 16, 2012 · (ParallelPeriod ( [REPORTING DATE]. [MonthHierarchy]. [Reporting Year],1, [REPORTING DATE]. [MonthHierarchy].CurrentMember): [REPORTING DATE]. …

  6. The restrictions imposed by the CONSTRAINED flag in the STRTOSET ...

    Jul 3, 2012 · As per the MSDN documentation - " When the CONSTRAINED flag is used, the set specification must contain qualified or unqualified member names or a set of tuples containing …

  7. Too many arguments were passed to the NONEMPTY MDX function

    Jun 25, 2010 · Too many arguments were passed to the NONEMPTY MDX function. No more than 2 arguments are allowed Monday, June 21, 2010 4:32 PM

  8. The MDX Function CURRENTMEMBER failed because the coordinate …

    Aug 3, 2009 · With this code, if you select 2 Transaction Type (i.e. 'Daily Sales' and 'IServ' and the like) the values are add up, and working in AS 2000, but when we view this calculated measure in AS …

  9. Null Values using MDX ; Sort Order of the columns in a report (SSRS)

    Nov 23, 2009 · Not sure on the best way to do filter those values in MDX -- the Filter function is one alternative, although perhaps not the most performant or elegant. You may want to post that portion …

  10. Subquery for measure in MDX - social.msdn.microsoft.com

    Nov 29, 2009 · The easiest way to create an MDX query is by using the Query Designer (OLAP datasource ) in SSRS Report Wizard.