If i should use SSAS for my scenario and if so, how would i go about it

Vasco Ferreira 1 Reputation point
2021-10-22T18:51:08.483+00:00

Hello,
Currently I'm having issues where i have many PowerBI reports running, however this slows the database sometimes as the views they use take about 30s to execute and they need to refresh pretty often.
I thought about using SSAS this way: i build the view in the SSAS using the tables, and as only two of those tables need to be refreshed more often, i would execute those as directquery's and leave the others as import with a job processing them at longer times.
Problem: i cannot set the individual tables as directquery and import, i can only do so in the whole cube itself.

Should I be using Analysis Services for this? If so, what would be the best way to face this?

Best regards,
Vasco.

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,244 questions
{count} votes

1 answer

Sort by: Most helpful
  1. CarrinWu-MSFT 6,851 Reputation points
    2021-10-25T02:40:08.967+00:00

    Hi @Vasco Ferreira ,

    Thanks for your posting.

    Problem: i cannot set the individual tables as directquery and import, i can only do so in the whole cube itself.

    Tabular models in DirectQuery mode have some limitations, such as calculated tables are not supported in DirectQuery models, but calculated columns are. For more information, please refer to DirectQuery mode in tabular models.

    Best regards,
    Carrin


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments