The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have excel formula (Sales/Profit)^(1/3)-1, I am not sure how to implement the same formula in Power BI.
Any suggestions pls.
Thanks,
Thimma
Solved! Go to Solution.
Hi Thimma,
Try it like below please.
=Power(divide([sales], [profit]), 1/3) - 1
Best Regards,
Dale
Thanks Dale for your answer it worked superb.
Thanks,
Thimma