Samit Posted July 25 Share Posted July 25 I have this waterfall chart as below where various metrics are shown starting from Visibility. RFF is a target value here and should be shown separately and not add up to rest of metrics. How can we achieve that in the same chart? I am using below custom expression in the Value axis. Expression Sum([Visibility W1 USD]) as [Visibility USD], Sum([CP Risk W1]) as [CP Risk USD], Sum([Conf Level>80% W1]) as [Conf Level>80%], Sum([Conf Level60%-80% W1]) as [Conf Level60%-80%], Sum([Conf Level40%-50% W1]) as [Conf Level40%-50%], Sum([Conf Level<40% W1]) as [Conf Level<40%], Sum([RFF]) as [RFF] Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted July 26 Share Posted July 26 Hi Samit, If you want to display the RFF separately, I would suggest to create a Trellised view. To do so, you would need to take the RFF part out of your expression and calculate it in a separate expression. You then use both expressions in the Category axis and add the RFF expression as trellised panel. See attached .dxp file for an example. Kind regards, David Waterfall split.dxp Link to comment Share on other sites More sharing options...
Samit Posted July 26 Author Share Posted July 26 42 minutes ago, David Boot-Olazabal said: Hi Samit, If you want to display the RFF separately, I would suggest to create a Trellised view. To do so, you would need to take the RFF part out of your expression and calculate it in a separate expression. You then use both expressions in the Category axis and add the RFF expression as trellised panel. See attached .dxp file for an example. Kind regards, David Waterfall split.dxp 704.12 kB · 0 downloads Thanks David for your feedback and suggestion! However, the management requirement is to display RFF on the same plane with other metrics (derived as custom expression on the value axis and not category axis). The purpose is to compare Visibility, CP Risk, various confidence intervals with RFF visually at one glance. Thanks! Link to comment Share on other sites More sharing options...
David Boot-Olazabal Posted July 26 Share Posted July 26 Hi Samit, I see. Well, in that case, just shuffling around a bit, might do the trick (see attached v2 dxp file). It basically uses the same 2 expressions, but no trellis. You have to make sure that you have color coding on one of the expression columns and then you can set the 'Show one waterfall' option in Appearance to 'Per categorical color': Kind regards, David Waterfall split_v2.dxp Link to comment Share on other sites More sharing options...
Samit Posted July 26 Author Share Posted July 26 2 hours ago, David Boot-Olazabal said: Hi Samit, I see. Well, in that case, just shuffling around a bit, might do the trick (see attached v2 dxp file). It basically uses the same 2 expressions, but no trellis. You have to make sure that you have color coding on one of the expression columns and then you can set the 'Show one waterfall' option in Appearance to 'Per categorical color': Kind regards, David Waterfall split_v2.dxp 704.24 kB · 1 download Thanks David, its is a good workaround. Although in my case since category axis is set to column names such that multiple metrics can be added in the value axis. So, when I set color to Categorical mode and appearance to per categorical color effect of waterfall to show metrics as step up and cumulative addition is not showing up. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now