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 September 15. Request your voucher.
Hi dear community,
I faced an issue that the query uses more memory than configured limit.
I did some optimization and it works now. However, I don't know how much the optimization helps (what is the new memory consumption?). What if tomorrow I will hit the limit again?..
I'm looking for a tool to measure performance, including memory usage, and would appreciate a lot all the tips you may suggest.
Thanks!
Solved! Go to Solution.
Hi Alina, the tool I use to measure DAX performance is Dax Studio. There, you can connect to your model in Power BI Service (to get the real memory comsumption information) and run the visual query you get from the performance analyzer in Power BI Desktop. You can make some updates to the DAX in Dax Studio and run there the query with the updated DAX to know how much memory the improved Dax will use until you have the results you need. It's possible to check the memory limit in the Power BI Administration settings.
Hi Alina, the tool I use to measure DAX performance is Dax Studio. There, you can connect to your model in Power BI Service (to get the real memory comsumption information) and run the visual query you get from the performance analyzer in Power BI Desktop. You can make some updates to the DAX in Dax Studio and run there the query with the updated DAX to know how much memory the improved Dax will use until you have the results you need. It's possible to check the memory limit in the Power BI Administration settings.