Forum Discussion
Filtering related data
- 5 years ago
Hi Anonymous ,
Try the following formula:
Measure = IF( ISFILTERED('Comparison Moment'[Comparison Moment]), [match %], DIVIDE( DISTINCTCOUNT(Main_Data_Set[id]), CALCULATE( DISTINCTCOUNT(Main_Data_Set[id]), ALL(Main_Data_Set) ) ) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
WinnizIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Try the following formula:
Measure =
IF(
ISFILTERED('Comparison Moment'[Comparison Moment]),
[match %],
DIVIDE(
DISTINCTCOUNT(Main_Data_Set[id]),
CALCULATE( DISTINCTCOUNT(Main_Data_Set[id]), ALL(Main_Data_Set) )
)
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous5 years agoNot applicable
so this doesn't seem to quite work as expected.
the top graph should be in the 80% range when un-filtered.
- v-kkf-msft5 years agoCommunity Support
Hi Anonymous ,
Try the following formula:
Measure = IF( ISFILTERED('Comparison Moment'[Comparison Moment]), [match %], DIVIDE( DISTINCTCOUNT(Main_Data_Set[id]), CALCULATE( DISTINCTCOUNT(Main_Data_Set[id]), ALLSELECTED('Main Moment'[Main Moment]), ALL(Main_Data_Set[date]) ) ) )If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz- Anonymous5 years agoNot applicable
So what I'm going for is when I slect Product x4 for example is to see only the tickets with those id's and if those tickets have Positive or Negitive sentinement so the count of either could be a max of 3 in this example