Forum Discussion
Value count problem
I hope I'm not stepping on any toes but I thought I'd respond since Theo is answering from his phone.
The visual created has 2 fields from dimension tables (which is unusual) and if you look at the data model and the relationship directions, they are 1:many from the dimension tables to the FactSales table.
i.e. date table ->FactSales <- product table so the date table doesn't know anything about the product table unless something from the FactSales table is involved. A typical symptom of this sort of thing is when all the aggregation values for different dimension values are the same.
Dimension tables are used to slice and dice data from a fact table so in this instance you will need to decide what you actually want in the visual, for example, Calendar Year from the date table and count/distinct count of product ID from the FactSales table.
---
There's quite a lot to grasp here so I hope it makes sense.
Good luck in your powerbi journey.