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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

Reply
Fernandostn
Regular Visitor

Report very slow

Hello, I have a report in Power Bi Report Server that takes a long time to run in import mode and consumes 250GB of memory 

I'm researching some forums and I came across some checks that could help,

This screen below is the Analysis Service configuration, if I make the changes here will it affect the execution of my reports?

 

Or does this Analysis Service have nothing to do with the Analysis Service that appears in the Task Manager?

 

Fernandostn_0-1746807104611.png

 

Fernandostn_1-1746815211158.png

 

Tks

 

 

6 REPLIES 6
v-menakakota
Community Support
Community Support

Hi  @Fernandostn  ,

Thanks for reaching out to the Microsoft fabric community forum. 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution so that other community members can find it easily. 

Best Regards, 
Menaka.
Community Support Team  

 

Hi  @Fernandostn ,

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster. 


Best Regards, 

Menaka.
Community Support Team 

Fernandostn
Regular Visitor

I appreciate the feedback

And are there any of these parameters that if I change them could improve the execute time?

 

Fernandostn_0-1746807104611.png

Hi @Fernandostn ,

Thank you for reaching out to us on the Microsoft Fabric Community Forum.


I think the settings you're looking at belong to a separate Analysis Services (SSAS) instance, not the one used by Power BI Report Server. When you publish a report to Power BI Report Server (in Import mode), it uses a built-in, hidden SSAS instance behind the scenes 

 Because this instance is managed internally by Power BI Report Server, its configuration (like memory limits) can’t be changed through the SSAS properties window you’re viewing.

Please follow the below steps to improve performance:

  • Optimize your data model: remove unused columns, avoid high-cardinality fields.

  • Use Performance Analyzer in Power BI Desktop to see which visuals are slow.

  • Monitor server resources during report execution (especially memory usage).

  • Consider aggregations or splitting large reports into smaller ones if possible.

    If this post was helpful, please give us Kudos and consider marking Accept as solution to assist other members in finding it more easily.

    Thank you.

rohit1991
Super User
Super User

Hi @Fernandostn ,

It sounds like you're encountering a common issue when connecting to MySQL in Power BI via the cloud, where the service expects an encrypted connection by default. Even though you've set the data source's encryption setting to "not encrypted," Power BI's cloud service (particularly when using the on-premises data gateway or direct cloud connectors) still attempts to establish a secure connection unless the MySQL server explicitly allows unencrypted traffic. This error typically arises when either the MySQL instance is not configured correctly to accept such connections or when Power BI cannot successfully negotiate the connection protocol due to mismatched SSL settings.

 

To resolve this, ensure that your MySQL server has SSL explicitly disabled if you intend to use unencrypted connections, or better yet, enable SSL and provide the required certificates for a secure and supported configuration. Keep in mind that Microsoft is gradually enforcing stricter security standards, so using encrypted connections is strongly recommended and more future-proof.

 

Passionate about leveraging data analytics to drive strategic decision-making and foster business growth.

Connect with me on LinkedIn: Rohit Kumar.

R1k91
Super User
Super User

Power BI Report Server creates a "phantom" SSAS Tabular instance to host semantic models that you publish via PBIX. You can connect to it as "localhost:5132".

You can even install your own SSAS Tabular instance on the same server, in this case you should see 2 SSAS processes in the task manager.

 


--
Riccardo Perico
BI Architect @ Lucient Italia

Blog | GitHub

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.