Forum Discussion
krimyr
2 years agoFrequent Visitor
How to count multiple dims away?
Hi, I have a Fact table. This is connected to a DimDate with the Date field, working great.. ... and also connected to a lot of other Dim tables, working great.. I have connected my Fact to...
krimyr
2 years agoFrequent Visitor
CountDimRows = COUNTROWS(DimTable4)
DimTalbe2[Name] as ROWS
DimTable4[Type] as COLUMNS
CountDimRows as VALUES
Shows as I want it.
If I filter on the Fact column that has relationship to DimTable1, it wont affect the result.
If I filter on the DimTable1 column that has relationship to DimTable2, it wont affect the result.
If I filter on the DimTable2 column that has relationship to DimTable3, it does affect the result as it should.
Why is that?
It seems that there's relationships missing, but its connected, and I can't see the problem.