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

SQRT formula implementation in Power BI

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

1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Thimma,

 

Try it like below please.

=Power(divide([sales], [profit]), 1/3) - 1

SQRT_formula_implementation_in_Power_BI

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi Thimma,

 

Try it like below please.

=Power(divide([sales], [profit]), 1/3) - 1

SQRT_formula_implementation_in_Power_BI

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks Dale for your answer it worked superb.

 

Thanks,

Thimma

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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