Forum Discussion
Add your Avg Fleet Total measure to the Values pane and choose chart type and in the second tab of the chart type selection window you will have the option to plot it on a secondary axis as in the pic below.
I did - but how do I select avg fleet acct? I'm using a CV MD data adapter fyi.
- Sai_Maganti3 years agoContributor II
Right you should create a calculated field with formula something like this..
Iif(StartsWith([Account]), 'Asset Yield Pct'), [Amount], 0) --Add all your account conditions for you Avg Fleet Acct
Make this Field Type Decimal and add this to your values pane and then choose Average as shown in the pic below
- Mustafa_A3 years agoContributor II
Thank you for your patience, Sai_Maganti. I'm new to Dashboards building.
Where do I add this expression? - Iif(StartsWith([Account]), 'Asset Yield Pct'), [Amount], 0)
if you can show this setup within your expression/filter editor - that would help a lot.
- Sai_Maganti3 years agoContributor II
Here we go. Once created add your expression and then rename it to what ever you want and then set the field type to decimal.
Related Content
- 2 years ago
- 3 months ago
- 4 months ago
- 2 years ago
- 3 years ago