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 ☺️!
Solved! Go to Solution.
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] )
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
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] )
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
No answers? Well, before posting your first question it's worth reading this: How to Get Your Question Answered Quickly - Microsoft Power BI Community
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!