Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello All!
I have been working in a Power BI a few months and have started to create new measures within visuals. Still very novice and have run into the below road block.
I have specific problem that I am trying to overcome and second If anyone has any feedback on how to do this more efficiently that would be awesome!
I am trying to return a specific value based on a few conditions in a table visual and they are giving the error that I have exceeded the visuals resources.
They are 3 seperate "New Measures" and I written them like the below. I would like to know if there a more effecient way to do this and if somone has any pointers on how to get these into one formula without exceeding the visual resources.
Solved! Go to Solution.
Hi @bscwharze ,
I’m sorry to hear that you’re having trouble with your Power BI Desktop table visual. The error message “Visual has exceeded the available resources” usually indicates that the visual is trying to query too much data for Power BI to complete the result with available resources:
I suggest that you try filtering to decrease the amount of data displayed. You can also try switching fields between the rows, columns, or axis legend, or removing fields from the visual.
If you’re still encountering the error, it’s possible that the DAX calculations used in the visual are inefficient and causing the query to try to grab a lot of memory. In this case, you may want to tune the DAX calculations used in the visual so they use less memory and return faster.
I can't give a more specific solution because I don't know your specific data usage and the query complexity of your DAX, but you can refer to the following documentation or post to try to find a solution:
Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community
The “Visual Has Exceeded The Available Resources” Error In Power BI
Visual has exceeded the available resources - Table Visual
Data Import Best Practices in Power BI
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @bscwharze ,
I’m sorry to hear that you’re having trouble with your Power BI Desktop table visual. The error message “Visual has exceeded the available resources” usually indicates that the visual is trying to query too much data for Power BI to complete the result with available resources:
I suggest that you try filtering to decrease the amount of data displayed. You can also try switching fields between the rows, columns, or axis legend, or removing fields from the visual.
If you’re still encountering the error, it’s possible that the DAX calculations used in the visual are inefficient and causing the query to try to grab a lot of memory. In this case, you may want to tune the DAX calculations used in the visual so they use less memory and return faster.
I can't give a more specific solution because I don't know your specific data usage and the query complexity of your DAX, but you can refer to the following documentation or post to try to find a solution:
Solved: Service: Visual has exceeded available resources. ... - Microsoft Fabric Community
The “Visual Has Exceeded The Available Resources” Error In Power BI
Visual has exceeded the available resources - Table Visual
Data Import Best Practices in Power BI
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
14 | |
9 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |