About 1,430 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 union 2 MDX query results from 2 cubes

    Dec 3, 2015 · The other "slightly hacky" option is to create a linked server to SSAS in SQL Server then you can run the two MDX queries using OPENQUERY () and union the results from there.

  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 …

  4. MDX Design Mode - social.msdn.microsoft.com

    Jan 27, 2009 · This means that he can see the MDX for the dataset but for me it doe snot happen being in design model. Now when I try to switch off design mode, the MDX is cleared out. …

  5. SSIS Import Using MDX Error - social.msdn.microsoft.com

    Aug 26, 2013 · I'm trying to write MDX to import data from SSAS into SQL database.

  6. Object was not found in the cube when the string was parsed …

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

  7. 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 …

  8. Limitations on CustomData property of ConnectionString

    Mar 19, 2015 · This property can be captured by CUSTOMDATA () function MDX, it can be processed in the MDX query. You can also pass some string (like username) in the …

  9. Mesh.Save - social.msdn.microsoft.com

    Feb 13, 2006 · I agree with you that this looks like an regression from MDX 1.0 behaviour where you can create your own material lists so I encourage you to post it in the beta newsgroup and …

  10. MDX - filtering a calculated member using multiple dimensions

    Jul 5, 2011 · I am trying to figure out how to move the filter from the sub-select into a calculated member. I need to query a couple of metrics and each have a different filtering criteria.