Forum Discussion

6 Replies

  • PijushRoy's avatar
    PijushRoy
    Community Champion

    Hi Julia_Mav 

    If it is happening in Power BI Desktop file,
    Can you please clear catch and try again
    Please check if your C drive is full or not

     

    If solved your requirement, please mark this answer as SOLUTION.
    If this comment helps you, appreciate your KUDOS 


    Thanks
    Pijush

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi, Julia_Mav 

     

    According to your description, you have encountered the Resources Exceeded issue, which usually occurs when refreshing data, loading large datasets, or performing complex calculations, you can try the following methods to resolve your problem:

    1. Optimize the data model by minimizing the number of columns in the table and using appropriate data types.
    2. Optimize DAX expressions and avoid resource-intensive functions such as EARLIER() or FILTER().
    3. If the problem occurs when refreshing , reasonable configuration of the scheduled refresh time ; or consider using incremental refresh strategy , only the data has been changed to refresh .
    4. It may also be that your local computer has insufficient content space. You can turn off the memory that is not needed in the local computer when you turn on You can turn off the memory that is not needed in the local computer when you turn on the power bi desktop.

    Related Link: Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community

     


    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

  • AbhinavJoshi's avatar
    AbhinavJoshi
    Responsive Resident

    Hi Julia_Mav . 

     

    I also had this error, my isssue was I was using columns with multiple tables that had many to many relationship. I re-modelled the data to use one-many and calculative columns. It worked for me then.

     

    I hope it helps!