Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Table visualization has exceeded resources when adding a single column from related table

I have a table visualization that is 56 columns wide and currently under 4000 rows of data.  I have hit the roadblock of "Visualization has exceed resources" and the table will not display.  I have a...
  • Thejeswar's avatar
    2 years ago

    Anonymous ,

    Although Text Columns require more space and memory to be processed, this kind of thing is not usual. One thing that comes to mind to resolve this is that you need to check if there is any cross join that is happening between the tables when you add this one particular column (from a table with 5C x 10R).

     

    This Cross join when happens could increase the number of records exponentially all at once, there by breaking the memory limit of Power BI

     

    Regards,