Forum Discussion
Not enough memory error because of the data model
- 4 years ago
If you have a dimension table for EmailTitle and a date table for Date and you use the columns from these dimension tables in your visual, then I wouldn't expect memory issues.
In general, it's not a good idea to create relationships between fact tables like you've done here. I'd recommend removing that relationship and constructing your visual with dimension table columns instead.
Hi Anonymous ,
1. Please kindly check how much RAM and CPU Power BI is taking. And refer the official document to optimize the data model.
Hope these help:
https://community.powerbi.com/t5/Power-Query/How-to-Optimize-Memory-Usage/td-p/57915
2. You can download and install Dax Studi for query, display the content on the "All queries" page, find the query with the longest running time and analyze it:
3. You can also try head to "Data Cache Management Options", clear cache or increase the "maximum allowed" figure.
This is the related document, you can view this content:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.