cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Sebascp
New Member

How to deduct cents from a rate column and the multiply that value for a total volume in Power BI?

Hi Group,

 

I’m new to Power BI and I’m trying to replicate from Tableau the below formula into Power BI.

 

Can anyone please tell me how to create a measure in Power BI for the below formula?

 

Formula in Tableau:

 

Table Name:

Bpay_Biller

Columns:

DR Chg Rate

Debit Account Volume

 

(0.88 - [DR Chg Rate]) * [Debit Account Volume]

 

Thanks for your help ☺️!

1 ACCEPTED SOLUTION
v-yiruan-msft
Community Support
Community Support

Hi @Sebascp ,

You can create a measure as below to get it, please find the details in the attachment.

Measure = 
( 0.88 - SUM ( 'Bpay_Biller'[DR Chg Rate] ) )
    * SUM ( 'Bpay_Biller'[Debit Account Volume] )

yingyinr_0-1666682786643.png

If the above ones can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yiruan-msft
Community Support
Community Support

Hi @Sebascp ,

You can create a measure as below to get it, please find the details in the attachment.

Measure = 
( 0.88 - SUM ( 'Bpay_Biller'[DR Chg Rate] ) )
    * SUM ( 'Bpay_Biller'[Debit Account Volume] )

yingyinr_0-1666682786643.png

If the above ones can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.

How to upload PBI in Community

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
daXtreme
Super User
Super User

No answers? Well, before posting your first question it's worth reading this: How to Get Your Question Answered Quickly - Microsoft Power BI Community

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors
Top Kudoed Authors