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
Anonymous
3 years agoNot applicable
Hello,
Thank you for your response!
I noticed that the formula seems to cover the 25% column. How to extend this formula for the other percentages/columns as well? Do I need to just make new measures to cover the other percentages?
ERD
3 years agoCommunity Champion
Anonymous , taking account what you've shown you have, yes. Just create more measures/columns in the same way.