Forum Discussion

TonyJordan's avatar
TonyJordan
Frequent Visitor
4 years ago
Solved

Visual shows blank row when in Direct Query mode

Hi all,   I have the model as shown below with a fact table and a dimension table, both in Direct Query mode, and I have the same tables but then in Import mode to show you a difference that has co...
  • marcorusso's avatar
    4 years ago

    It is the expected behavior. If you don't include a column of the fact table, the only way to avoid the blank row is to join the fact table - which could be expensive. So the assumption is that there could be a blank row if you didn't specify "assume referential integrity" - checking the presence of the blank for every query on the dimension would be extremely expensive. DirectQuery is already slow enough this way.