Hi All,
i have create Bubble chart
X and Y axis value is percentage
in tabular data percentage of X and Y axis is correctly, but in bubble chart X axis not display correct value
Y Axis
_round ((([TotalRevenue_Selected]/[TotalRevenue_Prev])*100) ; 0)
X axis
_round (([TotalRevenue_Selected]/[TotalRevenue_Product+Competitor_Selected])*100; 0)
please advise
Thank u
hi All
Done
using data format
Thank u