Forum Discussion
Anonymous
5 years agoNot applicable
Help - ALL function not filtering accurately
Hi, My problem is the PLAN COUNT in the CARD visual. When I filter for a FLEXIPLAN_NAME, my goal is for the PLAN COUNT not to change. I used below formula for the PLAN COUNT: Plan Count = CA...
- 5 years ago
Anonymous Perhaps try:
COUNTROWS(DISTINCT(ALL('b2b_datalab_cvm_pp_result JJ_Mobility_Trading_Ranges'[FLEXIPLAN_NAME])))
v-janeyg-msft
5 years agoCommunity Support
Hi, Anonymous
Is your problem been solved? Can you share a sample fake data file? There is no problem with your formula, and it’s a bit difficult to modify if I don’t know the specific context.
Best Regards
Janey Guo
Anonymous
5 years agoNot applicable
I found a way to solve this by creating a separate table. Thank you very much for your help Greg_Deckler