Forum Discussion
comparison when two consecutive years are selected
Anonymous there are many functions in DAX to achieve this but not available when you are using Live connection with SSAS, your option is to either import data (might not be possible) or write MDX.
- Anonymous7 years agoNot applicable
Can Anyone suggest me on MDX?
I have created MDX to calculate data for last year. Which is
([Product Volume],ParallelPeriod([Time].[Year Code Dynamic].[Year Code Dynamic],1,[Time].[Year Code Dynamic].CURRENTMEMBER))
Do I need change in that?
- v-piga-msft7 years ago
Resident Rockstar
Hi Anonymous ,
In Power BI, it supports DAX currently.
If you want to get support of MDX, you should post your requirement in SSAS Forum to get the most professional help.
If you want to achieve your desired output in Power BI, you could import you data in Power BI and then create the dax formual as parry2k mentioned.
If you need help for dax, please share your data sample with table format so that I could have a test on it.
Best Regards,
Cherry