Leicester City Fox
Board Regular
- Joined
- Oct 7, 2016
- Messages
- 91
- Office Version
- 2019
- Platform
- Windows
I need two Formulas to help me display the cost in Power Bi: one for total cost and one for single cost:
<tbody>
[TD="width: 150, bgcolor: transparent"]
[/TD]
[TD="width: 150, bgcolor: transparent"]
[/TD]
[TD="width: 150, bgcolor: transparent"]
[/TD]
[TD="width: 150, bgcolor: transparent"]
[/TD]
[TD="width: 150, bgcolor: transparent"] Year [/TD]
[TD="width: 150, bgcolor: transparent"] User ID [/TD]
[TD="width: 150, bgcolor: transparent"] Service Cost [/TD]
[TD="width: 150, bgcolor: transparent"] Standard Cost [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £150 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £20 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £10 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] F222 [/TD]
[TD="width: 150, bgcolor: transparent"] £40 [/TD]
[TD="width: 150, bgcolor: transparent"] £50 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] F222 [/TD]
[TD="width: 150, bgcolor: transparent"] £20 [/TD]
[TD="width: 150, bgcolor: transparent"] £50 [/TD]
</tbody>
Any help for a simple formula which would add up all Servicecost and a second Formula that adds up Standard cost figure once would be much appreciated.
Many Thanks
The Leicester Fox
- Formula One Request: I need it to add up thetotal cost of services (column C) per user (column B). Example, User ID A230would be £180 and User id F222 wouldbe £60.
- Formula Two Request: I need it to only show thestandard cost (column D) per user id Column B) once as it stays the same. Example,User ID A230 would just pick up once that it only Total standard cost is £200& user id F222 would be £50. in other words, it don’t add up all thestandard cost figure but just shows once so it If I totalled both users in thisexample the standard total would be £250.
A
[TD="width: 150, bgcolor: transparent"]
B
[TD="width: 150, bgcolor: transparent"]
C
[TD="width: 150, bgcolor: transparent"]
D
[TD="width: 150, bgcolor: transparent"] Year [/TD]
[TD="width: 150, bgcolor: transparent"] User ID [/TD]
[TD="width: 150, bgcolor: transparent"] Service Cost [/TD]
[TD="width: 150, bgcolor: transparent"] Standard Cost [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £150 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £20 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] A230 [/TD]
[TD="width: 150, bgcolor: transparent"] £10 [/TD]
[TD="width: 150, bgcolor: transparent"] £200 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] F222 [/TD]
[TD="width: 150, bgcolor: transparent"] £40 [/TD]
[TD="width: 150, bgcolor: transparent"] £50 [/TD]
[TD="width: 150, bgcolor: transparent"] 2019 [/TD]
[TD="width: 150, bgcolor: transparent"] F222 [/TD]
[TD="width: 150, bgcolor: transparent"] £20 [/TD]
[TD="width: 150, bgcolor: transparent"] £50 [/TD]
</tbody>
Any help for a simple formula which would add up all Servicecost and a second Formula that adds up Standard cost figure once would be much appreciated.
Many Thanks
The Leicester Fox