Hello,
I'm new in PowerPivot, and I try to play with CUBE functions.
I have a model with 1 table with 2 000 000 millions of lines, with basically 2 cols (just for the example)
Key Val
Key1 Val1
Key2 Val2
Key3 Val3
From excel, If I input the value 'Key1' in a cell, I just want to display 'Val2' in the cell just after (with a formula of course, like a basic VLOOKUP)
I have tried to use CUBE functions for that, without any success
How would be the best way to achieve this ? Is it possible ?
I know that there is a LOOKUPVALUE DAX function in PowerPivot, but I'm quite sure we cannot use a excel cell/range value into powerpivot formulas, right ?
Thank you.
I'm new in PowerPivot, and I try to play with CUBE functions.
I have a model with 1 table with 2 000 000 millions of lines, with basically 2 cols (just for the example)
Key Val
Key1 Val1
Key2 Val2
Key3 Val3
From excel, If I input the value 'Key1' in a cell, I just want to display 'Val2' in the cell just after (with a formula of course, like a basic VLOOKUP)
I have tried to use CUBE functions for that, without any success
- CUBERANKEDMEMBER
- CUBEVALUE
- CUBEMEMBER
- CUBEMEMBERPROPERTY
How would be the best way to achieve this ? Is it possible ?
I know that there is a LOOKUPVALUE DAX function in PowerPivot, but I'm quite sure we cannot use a excel cell/range value into powerpivot formulas, right ?
Thank you.