When writing complex DAX measures in SSDT, whenever there's a syntax error SSDT reverts back to the last known good state of the measure. This is very frustrating because it often means that you lose …
Created on 1/22/2013 (updated 7 weeks ago) | 3 validations | 2 workarounds | 2 comments | feedback id: 777128
|
|
Running the following MDX query against the Adventure Works database causes an internal error:
WITH
MEMBER MEASURES.PREVGREATER AS
IIF([Product].[Product Categories].CURRENTMEMBER.PREVMEMBER IS NULL
…
Created on 9/14/2012 (updated 20 weeks ago) | 0 validations | 0 workarounds | 0 comments | feedback id: 762681
|
|
|
Closed
as Fixed
|
|
I was just experimenting with a DAX query on RC0 and running a trace at the same time. The first time I ran the query it was fine; when I made some changes and reran it, I got the following error in S…
Created on 12/15/2011 (updated 61 weeks ago) | 2 validations | 1 workaround | 1 comment | feedback id: 714181
|
|
|
Closed
as Not Reproducible
|
|
Installing SSAS2008R2 SP1 breaks a PowerPivot installation on the same machine.
Created on 8/30/2011 (updated 70 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 686240
|
|
|
Closed
as Won't Fix
|
|
Imagine you have a chain of flexible attribute relationships in your dimension such as Continent -> Country -> City. It processes fine initially, and then there’s a Type 1 change when someone realises…
Created on 4/14/2009 (updated 203 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 432432
|
|
The SSRS MDX query designer generates inefficient MDX when you open the Query Parameters dialog, which can make editing a report very slow.
Created on 1/22/2009 (updated 104 weeks ago) | 2 validations | 1 workaround | 2 comments | feedback id: 403736
|
|
|
Closed
as Fixed
|
|
I have a customer with a large dimension (around 300000 members on the key attribute) and a user hierarchy with HideMemberIf set to Parent on all levels. With this property all queries using the lower…
Created on 12/2/2008 (updated 148 weeks ago) | 2 validations | 0 workarounds | 2 comments | feedback id: 386143
|
|
|
Closed
as Won't Fix
|
|
I've been using the new functionality in SQLMS for supplying connection string properties when connecting to Analysis Services. Unfortunately it looks like once I have used a connection string propert…
Created on 7/31/2008 (updated 8 weeks ago) | 1 validation | 0 workarounds | 6 comments | feedback id: 358956
|
|
|
Closed
as Fixed
|
|
I've just been shown a repro of what looks like a bug where a query with a many-to-many dimension and the expression MyM2MDim.MyHier.Children in the Where clause returns an incorrect value. It looks l…
Created on 7/23/2008 (updated 252 weeks ago) | 2 validations | 0 workarounds | 2 comments | feedback id: 357469
|
|
I was doing some work with custom assemblies in CTP6 Analysis Services; I uninstalled it and then installed RC0 and I now can't delete existing assemblies or add new ones. Whenever I try to delete an …
Created on 6/24/2008 (updated 259 weeks ago) | 0 validations | 0 workarounds | 1 comment | feedback id: 352672
|
|
|
Closed
as Not Reproducible
|
|