Forum

CUBESET - Dimension...
 
Notifications
Clear all

CUBESET - Dimension filter(s)

2 Posts
2 Users
0 Reactions
582 Views
(@dmacmillan)
Posts: 1
New Member
Topic starter
 

Hello All,

I seek to create a Cubeset of a department dimension.  The Cubeset need be filtered by Company and a specified range of Departments.

Is the following MDX moving in the right direction? Regrettably I cannot post the workbook as it work-related (data sensitivity).

= Cubeset("Connection", "{Filter([Company].[Company].&CompanyA,

[Department].[Department Code].Members,

[Department Code].Membervalue >= "200" AND [Department Code].Membervalue <= "250")},

"Dept")

 

Am using Office 365.

Many thanks for your consideration.

Kind regards,

David

 
Posted : 04/04/2023 6:02 am
(@catalinb)
Posts: 1937
Member Admin
 

Hi David,

Have you seen this article about CUBE functions?

https://www.myonlinetraininghub.com/excel-cube-functions

You can find a few examples here:

http://paulrobertson14.blogspot.com/2013/04/cubevalue-and-cubemember-and-cubeset-oh.html

 
Posted : 10/04/2023 1:53 am
Share: