Hi Gib,
We have analyzed your data and found that your requirement can be achieved with the help of Expression Fields. Please find the below steps to achieve your requirement:
- Create the following expressions to get the actual and target values of Booking and Release.
Booking Actual - IF([Category] ="Booking", [Actual],0)
Booking Target - IF([Category] =="Booking", [Target],0)
Release Actual - IF([Category] =="Release", [Actual],0)
Release Target - IF([Category] =="Release", [Target],0)
- Bind these expressions in Combo chart widget like below.
- Disable the Secondary Value Axis property to hide Secondary Value Axis.
- Now, you will get the expected result in Combo Chart widget. You can also customize the legend names if required.
We also prepared a sample dashboard for your reference, you can download the dashboard from the following link:
Please let us know if you need any further assistance.
Regards,
Vinoth K.