![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I can't seem to visualize a solution for this: Dimension: Period (year, quarter, month) Dimension: SuiteLease (has a RentStart property) Measure: SqFt What I am trying to do is get a sum of the SqFt where the RentStart for that SuiteLease is within the month of the current Period. Any help would be appreciated. I think I have to somehow get a set of each dimension, but I'm not sure how to filter them after that. Not even sure which command I should be looking at. |
#3
| |||
| |||
|
|
Hello Twig, this works with foodmart 2000. With Member Customers.Women as ' Sum(Filter(Customers.[Name].members,customers.currentmember.properties("Gende r")="F")) ' Select {customers.women} on 0 from sales where( measures.[Store Sales] ,[Time].[1997].[Q1].[1] ) HTH Jörg "Twig" wrote: I can't seem to visualize a solution for this: Dimension: Period (year, quarter, month) Dimension: SuiteLease (has a RentStart property) Measure: SqFt What I am trying to do is get a sum of the SqFt where the RentStart for that SuiteLease is within the month of the current Period. Any help would be appreciated. I think I have to somehow get a set of each dimension, but I'm not sure how to filter them after that. Not even sure which command I should be looking at. |
#4
| |||
| |||
|
|
I can't seem to visualize a solution for this: Dimension: Period (year, quarter, month) Dimension: SuiteLease (has a RentStart property) Measure: SqFt What I am trying to do is get a sum of the SqFt where the RentStart for that SuiteLease is within the month of the current Period. Any help would be appreciated. I think I have to somehow get a set of each dimension, but I'm not sure how to filter them after that. Not even sure which command I should be looking at. |
![]() |
| Thread Tools | |
| Display Modes | |
| |