Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have 2 columns with multiple rows. I would like to divide column1 with column2 and multiply with 100 .
How to achieve above requirement in calculated column ?
Solved! Go to Solution.
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN
Hi @Anonymous
ElenaN's suggestion should be helpful, if not, please show an example for better analysis.
Best Regards
Maggie
Hello,
Have you tried DIVIDE([Column1], [Column2], 0)*100 ?
Regards,
ElenaN
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.