The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I have been working on this report for some time and have used this forum to resolve a few issues with my successful measures! I am in the final phase of publishing the report; however, one of the visualizations displays the error 'Visual has exceeded the available resources', preventing it from loading. I have determined that one of the measures is consuming a great deal of memory, and that this measure is linked to multiple other measures. I have listed all the measures in sequence, beginning with the main one.
@sidvix917 , Try window function can help
example
Rolling 3 = CALCULATE([Net], WINDOW(-2,REL, 0, REL, ADDCOLUMNS(ALLSELECTED('Date'[Month Year],'Date'[Month Year Sort] ),ORDERBY([Month Year Sort],asc)))
Continue to explore Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc
https://medium.com/@amitchandak/power-bi-window-function-3d98a5b0e07f
Hi Amit,
What are you referring to [Net]? And do I discard all other measures that I have mentioned?
The above window function you had given did not work. I am pasting the measure that I was using once again. It does not load the visual when I Publish the report online. It works on the Power BI desktop, but it is prolonged.
User | Count |
---|---|
80 | |
74 | |
41 | |
30 | |
28 |
User | Count |
---|---|
107 | |
96 | |
53 | |
47 | |
47 |