Forum Discussion
itsmebvk
5 years agoContinued Contributor
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...
- Anonymous5 years ago
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.
Anonymous
5 years agoNot applicable
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.