Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Table Formula - Percentage

Hi all!   I would like to seek assistance from the experienced users in this forum.   Say that I have a table like this:   How can I make it in the PowerBI so I can make calculation with ...
  • ERD's avatar
    3 years ago

    Anonymous ,

    You can create measures like this:

    Group | (25%) = SELECTEDVALUE(Table__[Amount]) * 0.25

    or calculated column like this

    Group | (25%) = Table__[Amount] * 0.25