Forum Discussion
Anonymous
3 years agoNot applicable
Matrix invalid relationship
Hello, I have a little problem with matrix. I m putting values from 2 tables. Second table doesnt have as much categories as the first one and when i m expanding categories there is a problem wit...
- 3 years ago
Hi Anonymous ,
Please try:
NFF qty = IF( NOT(ISINSCOPE('pl_master_data naprawy'[uszkodzony])), SUM('pl_master_data nff'[qty]))Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Sorry but i cant share the file.
Qty columns depend from specific tables.
Table 1
Table 2
Only 320 category 22 value is valid for second column, expanding matrix with number that doesnt exists. Classic case of invalid relationship, max of the upper category ( should be blank). Table 1 and 2 share DimTable with 320 category so the sum will be valid for them in that case.