Forum Discussion
NadaBen
9 years agoHelper I
dynamic filter
Hello, I import this table below from BI (Analysis services), this table is huge and i cannot import it entirely, in addition i need restrictred information from it, i want to filter my "snapshot...
Phil_Seamark
9 years agoMicrosoft Employee
Does your cube have a column that's DateTime/Date, or one that can be easily parsed to be DateTime/Date ?
Are you able to add columns to tabes in your cube?
NadaBen
9 years agoHelper I
Unfortunately no !
- Phil_Seamark9 years agoMicrosoft Employee
Are you importing or doing a live connect?
- NadaBen9 years agoHelper I
I'm importing tables
- Phil_Seamark9 years agoMicrosoft Employee
You can write MDX against both MD and Tabular cubes. With MDX it's possible to create dynamic date ranges using a combination of VBA and strtomember functions but this is medium to advanced MDX and definitely requires knowledge of your model.