Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
pb14
Regular Visitor

percentage

Hi everyone I am trying to find the cash percentage refund total in the following table in Power Bi, could someone please help with the formula, please

TicketTotal SalesPercentRefund 
5-15£210.0048.00%£100.80
16-20£520.0075.00%£390.00

 

 

1 ACCEPTED SOLUTION
BA_Pete
Super User
Super User

Hi @pb14 ,

 

To calculate for each row in Power Query it would be:

[Refund] / [Total Sales]

 

To calculate over the whole table as a DAX measure would be:

DIVIDE(
    SUM(yourTable[Refund]),
    SUM(yourTable[Total Sales]),
    0
)

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




View solution in original post

4 REPLIES 4
pb14
Regular Visitor

Hi Pete thanks for this sorry the refund bit was what I am trying to find, I should have explained it better. so would it be 

DIVIDE(
    SUM(yourTable[percent]),
    SUM(yourTable[Total Sales]),
    0
)

to find the refund value over the table 

 

Yes. When applied as a measure this calculation will give you the total refund percent of sales over the whole table.

When you add further dimensions to the same visual (e.g. department etc.) it will auto-aggregate over just those added dimensions.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




BA_Pete
Super User
Super User

Hi @pb14 ,

 

To calculate for each row in Power Query it would be:

[Refund] / [Total Sales]

 

To calculate over the whole table as a DAX measure would be:

DIVIDE(
    SUM(yourTable[Refund]),
    SUM(yourTable[Total Sales]),
    0
)

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Thank you for all your help Pete

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.