Forum Discussion
SuddenClarity
3 years agoHelper I
Matrix is displaying every combination between two fields despite properly established relationships
I have a fact table with sales figures, a customer table and a product table. And they are set up using the classic star schema where the fact table contains the date, sales, customer ID and product ...
- 3 years ago
SuddenClarity , Make sure there is no +0 or handling blank or any addition of constant value in your measure
SuddenClarity
3 years agoHelper I
Great catch, it looks like it was caused by my conditional statement to handle the blank values.
nospang
3 years agoFrequent Visitor
Could you elaborate what you did to solve it? Having the same issue