Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi all,
I'm new to Power BI and I'm trying to figure out the DAX formula to perform multiplication on each row for two columns (see attached screenshot: Cur_Rate * Curr Amt Fin / 100). I want each row to calculate so it rolls up into an aggregated number. Let me know your thoughts on the formula!
Solved! Go to Solution.
Hi @NCPowerBI ,
Try this measure...😎
New Measure =
VAR A = SUMX('Table A', ('Table A'[Cur Rate] * 'Table A'[Curr Amt Finn]))
VAR B = A / 100
Return B
Here is an example of it working...
Many Thanks,
Taylor
LinkedIn: www.linkedin.com/in/taylordownes10 😊
This worked perfectly, thanks Taylor!
Hi @NCPowerBI ,
Try this measure...😎
New Measure =
VAR A = SUMX('Table A', ('Table A'[Cur Rate] * 'Table A'[Curr Amt Finn]))
VAR B = A / 100
Return B
Here is an example of it working...
Many Thanks,
Taylor
LinkedIn: www.linkedin.com/in/taylordownes10 😊
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
61 | |
56 | |
55 | |
36 | |
34 |
User | Count |
---|---|
77 | |
73 | |
45 | |
45 | |
43 |