dbTalk Databases Forums  

Excel can't see Calculated Members children of "Measures"

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Excel can't see Calculated Members children of "Measures" in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Steve
 
Posts: n/a

Default Excel can't see Calculated Members children of "Measures" - 07-08-2004 , 09:44 AM






If a calculated member is created as the child of a dimension other than
"Measures", Excel can't see it. Why is that? Are there any other
workarounds other than:
1. Use the new Add-in: Drawback...You have to create a 'report' wherein you
limit what the user sees (and add in a new 'thing' they have to learn).
2. Change the cube structure to break out into individual 'real' measures
what the dimension was 'breaking' out.

Here is the MDX that works beautifully in the MDX Sample application:
with
member Type.SFF as 'sum( { type.type.sf, type.type.SO})'
member Type.Cons as 'Iif(type.type.sf < type.type.SO, type.type.sf,
type.type.so)'
select non empty
{type.type.so, type.type.sf , SFF, cons --, measures.consumed
} on columns,
non empty {
[TimeWeek].[Week].members
} on rows
from productionplanning
where [Itemid].[All Itemid].[17127]

Any new ideas would be appreciated. Also, i admit i have not worked a lot
with the New Excel add-in. But, from what i have seen so far I don't think
it is a great fit for workers that aren't already pretty well skilled in the
use of Excel's pivot tables. Do i need to get more familiar with it?



Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Excel can't see Calculated Members children of "Measures" - 07-08-2004 , 10:44 AM






What version of Excel are you using?
This was a by-design limitation on Excel 2000 which was changed in Excel XP.
If using XP or 2003, you should be able to see them.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Steve" <sschneider (AT) grassusa (DOT) com> wrote

Quote:
If a calculated member is created as the child of a dimension other than
"Measures", Excel can't see it. Why is that? Are there any other
workarounds other than:
1. Use the new Add-in: Drawback...You have to create a 'report' wherein
you
limit what the user sees (and add in a new 'thing' they have to learn).
2. Change the cube structure to break out into individual 'real' measures
what the dimension was 'breaking' out.

Here is the MDX that works beautifully in the MDX Sample application:
with
member Type.SFF as 'sum( { type.type.sf, type.type.SO})'
member Type.Cons as 'Iif(type.type.sf < type.type.SO, type.type.sf,
type.type.so)'
select non empty
{type.type.so, type.type.sf , SFF, cons --, measures.consumed
} on columns,
non empty {
[TimeWeek].[Week].members
} on rows
from productionplanning
where [Itemid].[All Itemid].[17127]

Any new ideas would be appreciated. Also, i admit i have not worked a lot
with the New Excel add-in. But, from what i have seen so far I don't
think
it is a great fit for workers that aren't already pretty well skilled in
the
use of Excel's pivot tables. Do i need to get more familiar with it?





Reply With Quote
  #3  
Old   
Steve
 
Posts: n/a

Default Re: Excel can't see Calculated Members children of "Measures" - 07-08-2004 , 11:47 AM



I'm running Excel 2003 on WinXP. Also, as hinted, I've loaded the Cube
Add-in.
"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
What version of Excel are you using?
This was a by-design limitation on Excel 2000 which was changed in Excel
XP.
If using XP or 2003, you should be able to see them.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Steve" <sschneider (AT) grassusa (DOT) com> wrote in message
news:%230C7OoPZEHA.1480 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
If a calculated member is created as the child of a dimension other than
"Measures", Excel can't see it. Why is that? Are there any other
workarounds other than:
1. Use the new Add-in: Drawback...You have to create a 'report' wherein
you
limit what the user sees (and add in a new 'thing' they have to learn).
2. Change the cube structure to break out into individual 'real'
measures
what the dimension was 'breaking' out.

Here is the MDX that works beautifully in the MDX Sample application:
with
member Type.SFF as 'sum( { type.type.sf, type.type.SO})'
member Type.Cons as 'Iif(type.type.sf < type.type.SO, type.type.sf,
type.type.so)'
select non empty
{type.type.so, type.type.sf , SFF, cons --, measures.consumed
} on columns,
non empty {
[TimeWeek].[Week].members
} on rows
from productionplanning
where [Itemid].[All Itemid].[17127]

Any new ideas would be appreciated. Also, i admit i have not worked a
lot
with the New Excel add-in. But, from what i have seen so far I don't
think
it is a great fit for workers that aren't already pretty well skilled in
the
use of Excel's pivot tables. Do i need to get more familiar with it?







Reply With Quote
  #4  
Old   
Loon
 
Posts: n/a

Default Re: Excel can't see Calculated Members children of "Measures" - 09-27-2004 , 03:57 AM



Hi steve, anyone get back to you on this? I'm having the same problem on OWC.

"Steve" wrote:

Quote:
I'm running Excel 2003 on WinXP. Also, as hinted, I've loaded the Cube
Add-in.
"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:eqYyEKQZEHA.1764 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
What version of Excel are you using?
This was a by-design limitation on Excel 2000 which was changed in Excel
XP.
If using XP or 2003, you should be able to see them.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Steve" <sschneider (AT) grassusa (DOT) com> wrote in message
news:%230C7OoPZEHA.1480 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
If a calculated member is created as the child of a dimension other than
"Measures", Excel can't see it. Why is that? Are there any other
workarounds other than:
1. Use the new Add-in: Drawback...You have to create a 'report' wherein
you
limit what the user sees (and add in a new 'thing' they have to learn).
2. Change the cube structure to break out into individual 'real'
measures
what the dimension was 'breaking' out.

Here is the MDX that works beautifully in the MDX Sample application:
with
member Type.SFF as 'sum( { type.type.sf, type.type.SO})'
member Type.Cons as 'Iif(type.type.sf < type.type.SO, type.type.sf,
type.type.so)'
select non empty
{type.type.so, type.type.sf , SFF, cons --, measures.consumed
} on columns,
non empty {
[TimeWeek].[Week].members
} on rows
from productionplanning
where [Itemid].[All Itemid].[17127]

Any new ideas would be appreciated. Also, i admit i have not worked a
lot
with the New Excel add-in. But, from what i have seen so far I don't
think
it is a great fit for workers that aren't already pretty well skilled in
the
use of Excel's pivot tables. Do i need to get more familiar with it?








Reply With Quote
  #5  
Old   
Ken Wilson
 
Posts: n/a

Default Re: Excel can't see Calculated Members children of "Measures" - 10-10-2004 , 03:01 AM



Driver related issue

Make sure your using
"Microsoft OLE DB provider for OLAP Services 8.0"

IF this is not available from the drop down list when connecting/
creating a connection through Excel then Pivot table services
on the client needs to be updated to match that of MIcrosoft OLAP
server.

Also ensure that each Calculated member belongs to a Parent Member of
the dimension. Otherwise the calculated member will not be viewable on
the row level from Excel.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.