Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Laurin
Regular Visitor

Request Memory Limit Issue - Live Connection SSAS

Dear Community

 

I want to connect my SSAS Cubes to Power BI Desktop and at first it works. The issues arise when selecting data for a table or graphic. I get an error "the visualization can't be shown" and the details behind say "dbpropmsmdrequestmemorylimit property was not recognized".

 

Now, I was doing alot of research already and did not find the exact source of the problem. It seems that this issue is not super popular. 

 

1. Possible problem: My SSAS Version (2014) is not carrying the Property "QueryMemoryLimit" and therefore no data is retrieved

2. Possible problem: Data is too large and Memory Limits are exceeded

3. Possible problem: Maybe Security issues - but very unlikely as I am connected to the database

 

Important for you to know is that I can Direct Query all of the Tables from SQL Server without issues.

 

Laurin_0-1692256607933.png

 

Thank you so much for your help!

4 REPLIES 4
patoduck
Helper III
Helper III

I'm having the same issue, connecting to Analysis Services 2014 with Power BI. 
We do not have that property in SQL 2014

DbpropMsmdRequestMemoryLimit

Overrides the server property value for a connection.

Specified in kilobytes, this property can reduce the amount of memory used during a query from the maximum allowed memory (specified as a percentage) in QueryMemoryLimit. It cannot increase the amount of memory used beyond the maximum allowed memory specified in QueryMemoryLimit.




patoduck_0-1693731365247.png

patoduck_4-1693731620946.pngpatoduck_5-1693731635700.png

 

 

I have found the solution, quite simple just go to Power BI Options, the for current file in the Query Limit simulations, select "No query limits"

patoduck_0-1697062925812.png

then it will just work.

patoduck_1-1697063025702.png

The dbpropmsmdrequestmemorylimit is a new feature of SQL 2016 and later, Power BI is using this to simulate query limits, they just to forgot that earlier versions of SQL don't have that, so hopefully they can default to "No Query Limits" when they detect an earlier version.



Laurin
Regular Visitor

Thanks for your reply! Do you know where to specify or even add the property? I do not have it currently on my SSAS Instance....

amitchandak
Super User
Super User

@Laurin , This is special purpose property- check have used it; if  yes make sure it has the correct value

 

https://learn.microsoft.com/en-us/analysis-services/instances/connection-string-properties-analysis-...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors