Hi All,
Greetings to All.
I am new to BO and
I need your help to convert sales Revenue which is in format (1000000 ) into 1 M and display the same on 'Value Axis1' of column chart.
I am successful in converting 1000000 into 1 M however that is not working properly when I assign the same to Value Axis1.
I have tried following measure values to 'Value Axis1' of column chart at Report Level
1) ForceMerge(Concatenation([revenue in mil];[M]))
2) [revenue in mil]+[M1]
3) Concatenation(ForceMerge([revenue in mil]) ;[M1])
where [revenue in mil] contains [Sales revenue]/1000000 and [M1] contains ToNumber("M")
and they are throwing a data set error .
Please help to resolve the issue.
Thanks ,
Geeta