
I tried to add the comma for the sum of the value but the column chart shows blank.
What I am looking 421,131.32 but actual result blank or end up with 421131.32
[If(Text(Coalesce(Sum(Data Source,Column Name),0),"[$-en-US]$#,##")="$",
"0 €",
Text(Coalesce(Sum(Data Source,Column Name),0),"[$-en-US]#,## €"))]
Hi @Nikhil2 ,
Unfortunately, the out of box column chart can't do this.
In other words, we cannot customize the value of each data point.
The only relevant property is 'MarkerSuffix'. We can append some string after data point.
More information:
https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-column-line-chart
Best Regards,
Wearsky