Forum Discussion
Wrong calculation
- 5 years ago
Hi Anik ,
Your Date dimension relates to the delivery date key field in Fact table, and you do have records with blank delivery date in the fact table. This is why the dimdate field is empty, and power bi won't filter them out by default in case you need them!
If you want to avoid that, you could add a filter on the visual/page/report to exclude those cases.
- 5 years ago
Anik Try using Invoice Date Key instead to form your relationship. You have blanks in your Delivery Date Key.
Anik There is likely something going wrong in a relationship between two tables. You tend to get blanks when rows don't match up. For example:
Year
2013
2014
2015
Fact
Year Value
2012 2
2013 5
2014 6
2015 2
Assuming a relationship between the two tables on Year if you used Year from your Year table and a sum of Value from your other table you would get a blank row that is essentially the 2012 data.