@Vinishr
That makes more sense. You had mentioned it as a column previously, so I assumed it was data.
Yes, you should always reference the property that has the value you want to use - in this case .Text
You should change the formula on your Month1 Label control Text property to the following:
Text(ThisItem.ActualTarget * Value(GTS_MonthShare_Perc_M1.Text),"[$-en-US]#,##0")
Automatic conversions from text to numeric and the other way around have strange results in the player and editor.
If that doesn't clear it up, then observe your label that you're having problems with and press the Alt key on your keyboard in the designer studio. See if it appears when you do that.