Forum Discussion
Column or formula
Hi All,
I am using Power Bi desktop to develope DBs.
I have a source table similar to below:
| Fruits | Sale | Total Sales |
| Apple | 10 | 200 |
| Mango | 20 | 500 |
Pomegranate
| 25 | 600 |
I need to write column or messaure to find result sale/total sales for each fruit.
For Apple : 10/200 * 100 = 5 %
Any help will be appreciated
Hi sdhn ,
with a calculated column:
With a measure for a matrix:
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)Hi, sdhn
If you are not familiar with measure, you can start with “quick measure” to familiarize yourself with some commonly used functions.
Best Regards,
Community Support Team _ Eason
2 Replies
- v-easonf-msftCommunity Support
Hi, sdhn
If you are not familiar with measure, you can start with “quick measure” to familiarize yourself with some commonly used functions.
Best Regards,
Community Support Team _ Eason