Forum Discussion
swolfe2
Helper I
3 years agoGetting repeated values with aggregation table
I have a data model where I have a DirectQuery fact table with close to a billion rows, and a user defined aggregation table that has ~300k rows. When I attempt to do a simple SUM of a field, it'...
TaylorPBI21
Resolver I
3 years agoWhat does your data model look like? I'd assume an incorrect/missing relationship somewhere. Your measure should be getting sliced by your Week Group Desc column in the table but it's not able to perform the filtering to give you the accurate sum's per Week Desc Group. 😎