Forum Discussion

michaelsp's avatar
michaelsp
Frequent Visitor
2 years ago

Multiple Fact Table Memory Issues

Hi,

 

I have 3 fact tables (leg1,leg2,leg3) each of which have a location1 and location2 as well as some other values that I have in slicers.

 

I connect those tables together using 4 identical dimension tables for location where the location 2 of leg1 is location1 of leg2 and location2 of leg2 is location1 of leg3.  

 

I can then create a table visual with the location from the 4 dimension tables as well as the average of a column in the fact tables. I would also like to add a column which is the sum of those averages.  Normally I would just create a measure average(leg1[X])+average(leg2[X])+average(leg3[x]), but this runs out of memory.  

 

It seems the issue is that when you add the average of a column into a table it is calculated diferently from a measure and that causes the memory overflow.

 

Is there some way to force each average to be done only within the fact table?

9 Replies