Forum Discussion

philjohn's avatar
philjohn
Frequent Visitor
2 years ago
Solved

Proportional Calculation Ignoring Filters

Help, what I'm trying to achieve   I have a series of Topics collected from documents, mentioned across time via date On some dates we collected more documents, therefore it looks like topics are ...
  • amitchandak's avatar
    2 years ago

    philjohn , Try like

    Proportional = DIVIDE(
    COUNT('doc_classification'[classification]),
    calculate(COUNT('doc_classification'[classification]), all('doc_classification'[classification])) ,
    0
    )