0

I want to filter a simple cubeset to calculate Year-To-Date Values in a Excel Pivot Datamodell

There are ways I tried:

  1. with a From - To expression - this works but depends on the existens of the start and end month in the Datamodell
  2. with a filter expression - this works NOT for me, the filter is not appliend and the Cubevalue function returns no value. enter image description here

The sample file with all data is avaiable here: https://my.hidrive.com/lnk/Y3ASXPQg

I'm looking for a way:

  1. to use from - to and handle the problem of missing start or end month
  2. to make the filter expression working

1 Answer 1

0

I found the answer, the missing Keyword was "Member_Value".

If you change the above shown Formulas to

=CUBEMENGE("ThisWorkbookDataModel";"filter([Bereich].[Month].[All].Children,[Bereich].[Month].Member_Value < 6)";"Set filtered")

it works fine.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.