Forum Discussion
Anonymous
3 years agoNot applicable
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 ...
- 3 years ago
Anonymous ,
You can create measures like this:
Group | (25%) = SELECTEDVALUE(Table__[Amount]) * 0.25or calculated column like this
Group | (25%) = Table__[Amount] * 0.25