Forum Discussion

willayd's avatar
willayd
Icon for Advocate I rankAdvocate I
6 years ago

Table visualization not showing measure from one table when linked to another table with no match

I have a model that links orders to deliveries. For the sake of sample data, we can reproduce this model using the following DAX table constructors:     order = DATATABLE("order_number", INTEGER,...