Forum Discussion
somoksarkar
8 years agoFrequent Visitor
Performance Improvemnt_Azure Embedded report
Dear all, We are using a power BI desktop application to develop the reports and the output is embedded in Azure portal. over the last few days we are experiencing enormous amount of time consump...
Eric_Zhang
8 years agoMicrosoft Employee
What is the datasource? Per my experience, if it is connecting to an Azure SQL DB in a directquery mode, to improve the performance, try
- Don't use unrestricted measures
- Increase the Azure SQL DB performance tier
- Use import mode instead.
- mercyeliana8 years agoRegular Visitor
I am having the same problems, my scenario is:
* Azure SQL DB
* PowerBI uses DirectQuery
* PowerBI is embedded
* Activated the option for DirectQuery: Allow unrestricted measures in DirectQuery mode
* The dataset is just a sample of the real data and the measures are not complicated. There is a topN in 1 table.
* The same performance problem happens even if the conection is a local DB
* We have already increased the azure SQL DB tier
¿Should I create a tabular model in Azure and conect the PowerBI embedded to this tabular? ¿Is tabular model supported in embedded?