Viewing 15 posts - 211 through 225 (of 596 total)
If you have to do a lot of time-based calculation then there is no better place to start than by setting up a date tool dimension:
It's one of the first...
September 26, 2015 at 6:10 am
MDX isn't magic, you will need to do the groundwork in the structure of your cube first. My thought is that you will need to utilise a many to many...
September 26, 2015 at 6:05 am
The simplest answer is to create a new attribute, call it "Day of Week" or some such and don't have it in a hierarchy or give it a composite key....
September 23, 2015 at 5:29 am
I think that this technique (using AdventureWorks as an example) does what you are looking for. You should be able to adapt it to your needs (providing you have a...
September 22, 2015 at 7:11 am
SQLRNNR (9/4/2015)
PB_BI (9/4/2015)
September 4, 2015 at 8:32 am
Nice question - BOL says that sysprocesses will be removed from future versions and to use sys.dm_exec_connections, sys.dm_exec_sessions, and sys.dm_exec_requests instead (https://msdn.microsoft.com/en-us/library/ms179881.aspx). That's what I love about QOTD - I...
September 4, 2015 at 1:43 am
On the right hand side of the screen in the dimension editor there is a window that shows a view of the tables (as they are in the DSV) that...
August 21, 2015 at 6:31 am
edwardwill (8/3/2015)
Toreador (8/3/2015)
Though I was looking for a "none of the above" answer to "which of these queries will do this",...
August 3, 2015 at 2:30 am
Carl B. (7/24/2015)
Hi all,Is it possible to use the SQL syntax to query an OLAP cube or is it just possible to do that using MDX syntax?
Best regards.
Carl
The simplest answer...
July 27, 2015 at 5:06 am
Using Visual Studio, connect directly to your cube (it will say [Online] next to any tabs you have open). Have a look in the dimensions, are the descriptions there at...
July 24, 2015 at 4:22 am
Jonathan Mallia (7/23/2015)
I have a Count measure that is simply counting over a set as follows:
MEMBER Measures.[Count Customers]
AS COUNT( EXISTING CurrentCustomers )
This query returns the correct result but is...
July 23, 2015 at 5:20 am
qur7 (7/21/2015)
July 22, 2015 at 12:46 am
kamamusic (7/15/2015)
I agree with you but... I don't have control on the Server B, I have only a login for SSAS and server are both out of domain.
I think the...
July 16, 2015 at 1:01 am
kamamusic (7/10/2015)
I am migrating from server A to Server B an entire SSAS project with different cubes. The server A will remain my deployment server and the new server...
July 14, 2015 at 4:59 am
saravanakumar.G (7/9/2015)
How to convert Oracle @ISMBR function into SSAS MDX Query?.
I tried like
IIF(
Count(
Intersect(
{MemberRange([New York],[New Hampshire])},
...
July 9, 2015 at 7:01 am
Viewing 15 posts - 211 through 225 (of 596 total)