Forum Discussion
Wardy
5 years agoFrequent Visitor
Matrix Help
I am currently having an issue when adding a field to the Columns of a Matrix table. I have simiplified the results down to see if anyone can help. Table 1 - FactPolicyTransactions [FPT] gives m...
- Anonymous5 years ago
Wardy Can you try making the cardinality to bidirectional seems like you are trying to filter table (2) with table(1) attributes which is why it is giving wrong result
Regards,
Husna
v-lionel-msft
5 years agoCommunity Support
Hi Wardy ,
How abut this?
Measure =
CALCULATE(
DISTINCTCOUNTNOBLANK('Table'[Column]),
ALL('Table')
)
If it's not work, please provide sample data.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Wardy
5 years agoFrequent Visitor
v-lionel-msft thanks for taking the time to look at this. Happy to say I now have this issue resolved. 😁