Forum Discussion
Anonymous
1 year agoNot applicable
Variance bar chart
I currently have two visuals as shown below. What I would like is for the right visuals figures to match the lefts but as a summary. there is a lot going on in the background data wise but currently ...
- 1 year ago
You could create a measure and add it as a tooltip
Total Actual Cost per Sub Assembly = CALCULATE( SUM(SubAssemblies[Actual Cost (£)]), ALLEXCEPT(SubAssemblies, SubAssemblies[Sub Assembly]) )
wardy912
1 year agoSuper User
Thanks, no measure needed actually.
I used dummy data as images aren't usable here.
Add the serial number to the y-axis on the bar chart visual
Click the expand hierarchy button on the visual
It will display sub assembly and serial number concatenated.
I hope this helps, please give a thumbs up and mark as solved if it does, thanks!
Anonymous
1 year agoNot applicable
Hi, thank you but mine doesn't seem to do this