Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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's showing the same value for each row.
The fact table and aggregation table both have the same relationships configured
In DAX Studio, I can tell that it is successfully hitting the aggregation table:
The results from DAX Studio show the same values:
How can I get the individual values for each matching 'Calendar Latest Weeks'[Week Group Description] value? Before I implemented the aggregation table, even though queries took much longer, they did have different corresponding values:
Any help/advice would be greatly appreciated!
What 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. 😎
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 22 | |
| 12 | |
| 10 | |
| 10 | |
| 9 |