I have created a Bins for profit. my requirement is wanting group all the negative profit bins(less than 0) and to be shown in a single bar(count) on the left axis of 0$ and positive bins should be shown as it is
You can achieve this solution with the help of a calculated field. Quickly, create a calculated field and use the below code in it-
IF [Profit]
And now you this calculated field on the x-axis. This will group all the negatively created BINS. you may customize this calculated field as per your requirement as well.