Google Sheets is another option for using MDX. TeamOne Google Sheets addon provides MDX()
function, explorations or data export task, where you can use MDX.
TeamOne offers MDX mods, which provide a simplified MDX syntax that is easy for non-technical users. Even if you see MDX mods for the first time, I'm sure you will be able to understand the expression with no issues:
\FY20*\>>descendants>>level=0>>status=OPEN>>first=5
This is equivalent to the following standard MDX:
{HEAD( {FILTER( {TM1FILTERBYLEVEL( {DESCENDANTS({TM1FILTERBYPATTERN({TM1SubsetAll([Month].[Month])}, "FY20*", "")})}, 0 )}, [Month].[Month].CurrentMember.Properties("status") = "OPEN" )}, 5 )}
There is also TEAMONE()
function, where users can fetch data by providing just the element names\aliases. TeamOne can automatically detect the dimensions and skip empty and Google Sheets calculated cells:
