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.
v-jianboli-msft
3 years agoCommunity Support
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
Well the function is short with one column but the logic works great. Problem solved