Forum Discussion

jussiwaisto's avatar
jussiwaisto
Helper I
6 years ago
Solved

Easy € per sum, how do I do it?

Hi, I have a simple question: how do I make a measure by this situation?   Table name = Table1 id € 1 100 2 200 3 300 4 400 5 500 6 600 7 700 8 800     S...
  • amitchandak's avatar
    6 years ago

    For each measure in a visual, you have the option to show it has % of the total. Right-click and check.

    In case you want to calculate 

     

    Ratio =
    Var Overall = calculate(sum( €),all(table1))
    return
    calculate(divide(sum(€),[Overall]))