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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Total in a Measure

Hey!

 

I have a table with the info of buyers and the amount they have bought during a time period. Depending on the number of purchases, every buyer is given a reward, I've calculated this reward with a calculated Measure 

Reward = IF(AND(Purchases[#Compras]>0;[#Compras]<=20);10000;IF(AND([#Compras]>20;[#Compras]<=30);20000;IF(AND([#Compras]>30;[#Compras]<=40);30000;IF([#Compras]>40;50000))))
 
I need to see the total we are going to pay but the measure takes the total of purchases and calculates a reward for itself ($50.000) and is suppose to be $150.000. 
 
Captura.PNG
 
1 REPLY 1
parry2k
Super User
Super User

@Anonymous I would reommend to add calculated column instead of measure and once new column is created, you sum will be correct.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.