error when creating a partition (following simple example from book)

Fra1978 126 Reputation points
2020-12-16T14:24:50.177+00:00

I am following a basic example from the book "Hands-On SQL Server 2019 Analysis Services", I am creating a partition, because I am using DirectQuery and I don't want to retrieve all data right now since I am only modelling.

I get the below error:

48783-image.png

How can I fix this?

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.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Lukas Yu -MSFT 5,826 Reputation points
    2020-12-17T02:08:27.01+00:00

    Hi,

    As the error info suggested, in the "Fact Sale" table, you need to check all the partitions and set them with Sample DataView property, left only one table with Full DataView property.
    48932-image.png

    If this not resolves your issue, please leave more information about your model or what steps you have done or set for the model.

    Regards,
    Lukas


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.
    What can I do if my transaction log is full?--- Hot issues November
    How to convert Profiler trace into a SQL Server table -- Hot issues November

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.