mdx Questions
2
Solved
This feels like a really basic question, because it's a really basic function I'm looking for.
I know you can do this:
([Dimension].CurrentMember IS [Dimension].[AParticularMember])
and you get...
4
Solved
I would like to understand what might be the highest-level groupings of how query languages can be broken up into, and why one grouping might be fundamentally different than another. For example, t...
Dieldrin asked 27/10, 2020 at 22:59
1
Solved
2
Solved
I have a dimension called [Band] and it can have several different values:
[Band].&[A]&[Under $400]
[Band].&[B]&[$400 - $1,000]
[Band].&[C]&[$1,000 - $2,500]
[Band].&[D...
2
Solved
How can i round a calculated mdx measure up to the nearest integer without having Excel on the server? The Excel-function is CEILING(number, significance), but it is not possible to install Excel o...
2
I have some numbers in a fact table, and have generated a measure which use the SUM aggregator to summarize the numbers. But the problem is that I only want to sum the numbers that are higher than,...
0
I have a sales cube deployed in SSAS that need to be displayed using Power BI. Assume that I have arrange a layout – simulated with Excel - like the following, a dimension (Product - with 5 members...
3
Solved
2
This question might not be well researched but I need to find out proper way to implement this solution before starting design.
Question is, Can we consume SSAS MDX query as datasource in Azure Da...
Brushwork asked 3/1, 2018 at 12:50
1
I was wondering if there is a in-memory OLAP server which can handle MDX.
I found the Wikipedia article.
But it says nothing about in-memory functionality...
The only one I know of them is ...
Tough asked 18/9, 2014 at 14:3
1
This is for an application which dynamically sets data for and renders reports.
I have an MDX query for a report which relies on a parameter. The query is:
SELECT NULL ON COLUMNS, strtomember(@Da...
Faria asked 14/8, 2017 at 16:37
4
I want to implement an application that provides support for MDX queries. For this purpose I would like to use one of libraries from pentaho mondrian (an open source OLTP server with the MDX interf...
Untuck asked 23/9, 2010 at 7:46
1
Hi I am having troubles configuring the SSIS task to run an MDX query.
The parse works fine but it doesn't allow me to display the different columns of the query to map it
Here is the query i us...
Browder asked 16/6, 2017 at 14:41
3
When I browse the cube and pivot Sales by Month ,(for example), I get something like 12345.678901.
Is there a way to make it so that when a user browses they get values rounded up to nearest two ...
Frankfurter asked 14/2, 2011 at 23:13
3
Solved
The relevant structures from my cube are that I have a Hierarchy with "Class" and "SubClass". I also have a Measure called "Value" which is what im trying to obtain.
A simple query may look like:...
2
Solved
I need a bit of help with my SSRS parameter code in MDX
context
I'm trying to return Country locations with and type = matter and a house count (not used as a parameter)
for the drop down list
...
Macmacabre asked 1/11, 2016 at 11:10
1
I have an SSAS-2014 cube. I want to set a particular measure to NULL if a particular dimension is being used in either axis or the filter pane of a pivot table in excel. Now, the most intuitive sol...
1
I am having an extremely hard time with Excel being very slow whenever interacting with a pivot table. Adding/removing a field, changing a filter or slicer, all take several minutes of Excel being ...
3
I need an MDX query for Mondrian filtered by date, where one or both of the boundry dates may not exist. I'm using the query below that works as long as both 2013-01-01 and 2013-01-08 dimensions ex...
Praline asked 10/1, 2013 at 23:21
2
Solved
I have two time dimensions, production period and accounting period, and a measure that I want to aggregate with either dimension but not with both when users query the cube from excel. To do that ...
Diaspore asked 12/11, 2015 at 20:10
2
Solved
Am having trouble in understanding how FILTER function works in MDX.
Here is my query which gets all the non-empty Internet Order Count values for all Sales Territory Countries across all the Cale...
Reposeful asked 20/7, 2015 at 10:30
4
Solved
In Sql Server Management Studio once I browse a cube I can drop column fields, row fields and filter fields. This displays the required data.
I want to know if there is a way to view the MDX quer...
Pumice asked 23/7, 2010 at 18:58
4
Solved
Is there a way to list dimension members without fetching default Measure for each member?
2
Parser: The query contains the XXXXXName parameter, which is not declared. (msmgdsrv)
I have no idea why I keep getting this error. It occurs when I change the MDX in the query designer and trying...
Custombuilt asked 16/4, 2010 at 8:19
2
Solved
In an OLAP database I work with there is a 'Location' hierarchy consisting of the levels Company -> Region -> Area -> Site -> Room. I am using the following MDX to get all the descendants of a part...
Potash asked 29/9, 2008 at 14:20
1 Next >
© 2022 - 2025 — McMap. All rights reserved.