Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we use set analysis to read the value of the specific row ??
I mean if my rows dimension in table is KPI, can i get the value of the KPI2 using set analysis??
Please help
Check now
Thank you so much for you time and patience Sunny.
No problem at all
Hi Sunny,
Is there any way to sort these KPIs, as we want. For example Ratio should come below KPI1 ?
You can do this using match function for your sorting expression
I have tried using Match(KPI,'KPI1','Ratio','KPI2'), this is not working as Ratio is not in KPIs list.
You need to use the complete dimension instead of just KPI
=Match(Pick(Dim, KPI, 'Ratio'), 'KP1','Ratio','KP2', 'KP3')
Thank you Sunny. It is working as expected now
No problem
Hi Sunny,
I Have a list of projects with Start & End dates.
I have used a master calendar to break it down into WK & Year months etc.
Now on the Pivot chart, I want o display the whole lost on MonthYear & Week but starting from the current week.
Which means I am not interested in the past weeks on the project I am looking at.
I need to look at the MonthYear from July 2018 & present week.
Please can you help me.