I am using a Bar chart with only 1 dimension and 2 expressions.My Dimension has only 5 values and the expressions aggregated data is around 20 millions (Plain Sum of a field, No If conditions or set analysis used). For this I am getting Out of Object Memory issue
I read in few discussions , if we use many columns or complex expressions we end up with this issue. In my case I am neither using many columns nor complex expressions but still stuck with the issue.