Forum Discussion
YTD Slicer
Hi,
I have solved a similar problem in the attached file.
Hope this helps.
Thank you for sharing this...
I tried this too changing my relationship from Month accounting to the fact table. but the behaviour is same the table breaks saying query exceeding resources the moment i use the measure in the table along with other.
- v-echaithra1 year agoCommunity Support
Hi jostnachs ,
Thank you for the update.The issue occurs when a visual has attempted to query too much data for the server to complete the result with the available resources.
As suggested in the error, you may need to try filtering the visual to reduce the amount of data in the result currently. there is limit. Apply data-point limits and strategies by visual type
And you can follow the tips to optimize your report:
1.Do not expose in a view a column that is not necessary in the Power BI data model.
2.Optimize the DAX calculation used in this visual to use less memory and return faster or change what the visual displays.
3.Remove unnecessary precision or split granularity values to reduce cardinality(Significantly reduce highly unique datetime values by splitting the date and time into separate columns. )
Reference: Chris Webb's BI Blog: The “Visual Has Exceeded The Available Resources” Error In Power BI
If this helped, please mark it as the solution so others can benefit too. And if you found it useful, kudos are always appreciated.
Thanks,
Chaithra E.