If I select [Date].[Calendar].[Day].&[2014-01-01] is it possible to navigate in MDX to the same date but in Fiscal hierarchy - [Date].[Fiscal].[Day].&[2014-01-01]? The idea is to have option to return fiscal calculated field which would work with both fiscal and calendar dates.
MDX Navigate between hierarchies
216 Views Asked by ilija veselica At
2
There are 2 best solutions below
Related Questions in NAVIGATION
- Bootstrap horizontal to vertical navigation
- Scrollable webpage navigation
- html/css Vertical Navigation Bar
- Why in some case the selected of the iron-page doesn't work?
- Element on my website overlaps on menu
- Magento: How To add category Description in topmenu?
- How to make a navbar that works on all screen sizes?
- Launch user's custom navigation app
- Javascript to change class in <ul> tag not working
- Navigation partial not updating even though controller $scope has new value
- Make nav bar various level of transparency RGBA
- Android support:design NavigationView checked menu sub items
- Styling Two Navigation Bars
- ASP MVC Bootstrap Navigation Dropdowns: Hover on Large Screen, Click on Small
- how to select a different menu using wp_nav_men on wordpress
Related Questions in CALENDAR
- Having trouble writing a calendar, I couldn't find a detailed guide answering my questions anywhere
- Algorithm to find the Gregorian date of the Chinese New Year of a certain Gregorian year
- google calender library disable Previous date
- Adding calendar in ms access and view the data of specific day by clicking the date
- Can't call EWS service with API Java SSL and certificates
- Obtaining value from Calendar control without selecting a day
- Generating dates to the days of a week in Python?
- "is this date the third thursday of the month?" - Java Library?
- Django: Which days have objects?
- Adding reminder to event fails in Android
- Embed editable google calendar for those who have the access
- How to open different activities for each day in the custom calendar
- having trouble in setting up a calendar in tkinter
- How to fetch tasks from android calendar?
- How do i delete the JLabel from previous creation?
Related Questions in MDX
- MDX date range with NON EMPTY clause is not slicing the data for the range
- SSAS Excluding a dimension from aggregation on a measure
- MDX running total with cross join
- Checking Multiple condition in case statement using MDX query
- MDX union members in different hierarchies
- How can I find out the datatype of measures in MDX?
- Investigate MDX DistinctCount discrepancy
- How to group record by range and put it on rows
- MONDRIAN MDX query for period of time
- How to restrict members list in dimension using SSAS perspectives?
- Get the amount of days in a month - mdx
- MDX: Filtering repeated
- Power pivot named MDX field
- MDX query to calculate measure with AND condition by members from same dimension
- How to go from rows to a hierarchy in icCube
Related Questions in HIERARCHY
- MySQL Order By Hierarchy
- organize sql heirarchy
- Aggregative sum of objects belonging to objects residing inside hierarchy structure
- Is there a before() function in Protractor?
- PowerBI hierarchy creation without the cloud
- Website Hierarchy
- best way to store HUGE hierarchy data into mysql database?
- Is it good practice to often use instanceof?
- T-SQL Ordering a Recursive Query - Parent/Child Structure
- Using custom AlertView - Window Hierarchy?
- MDX - rewrite a query using scope
- Adding terms to Python dictionary
- Hierarchy of variables using my own metric (MATLAB)?
- Where to find the Android Studio paths?
- Create a view of an account showing hierarchy of tags
Related Questions in FISCAL
- Send command in Fiscal Epson tmT81 C#
- SQL Get Quarter over Quarter values
- Fiscal year and fiscal quarter
- Getting the fiscal years from start and end dates in SQL
- In PowerBI DAX, trying to capture greatest fiscal month user has filtered on
- Oracle SQL revenue YTD computation
- Mathematically calculating the fiscal year 5-4-4 schedule
- Connecting Fiscal printer with flutter app
- Denodo/VQL ISO_WEEK
- Assign Fiscal Year based on data ranges
- Split report into Quarters of a Fiscal Year
- How to calculate number of months in between 2 dates having custom financial calendar defined?
- How to change month in sqlite
- MDX Get Sales starting from 2 years ago to today
- MDX Navigate between hierarchies
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Note sure to understand exactly what you mean and if you're editing the query manually but you might have a look to the ParallelPeriod function that allwos for the kind of navigation you're looking for.