Forum Discussion

a-simarg's avatar
a-simarg
Icon for Helper II rankHelper II
7 years ago
Solved

Calculate the Percentage

Hi Can someone help me with bellow? I have a table with 2 columns: Modality           Clicks chat                    123 bot                      23456 online                  41 submission   ...
  • Arentir's avatar
    7 years ago

    Hi a-simarg

    If you use card, then you will need a visual level filter for each of your card. 

    Your value can be this measure:

    Measure = SUM(Table1[Clicks]) / CALCULATE(SUM(Table1[Clicks]),ALL(Table1))

     

    You don't need to use total field, the calculate part will do that for you