Forum Discussion

itsmebvk's avatar
itsmebvk
Continued Contributor
5 years ago
Solved

Table Import error after applying Manage Aggregations

  I am creating a basic model connecting to Synapse DB using Direct Query Mode. These are the steps I followed.   1) Using Direct Query loaded Fact_Table,Dim1, Dim2,Dim3 tables. 2) I created Aggr...
  • Anonymous's avatar
    Anonymous
    5 years ago

    itsmebvk 

    As the workaround, try create a distinct table as a bring to connect Dim1 and Aggregation Table.

    Distinct item_number = Distinct(Dim1[Item_number])

     

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.