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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
jbenson
Helper III
Helper III

Excel Formula

I am looking for a way to convert the below formula from excel to power bi on per week per row basis.

Is that possible? just wanting to stream line some manual excel work 

 

=ROUND(IF(C9>40,(((C9-40)*1.5)+40)*D9,D9*C9),2)

1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

It looks like all the cells are on the same row?

 

  • Do you have a similar table imported in Power BI? If so a calculated column will do that for you. Syntax in this case is virtually identical.


Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

2 REPLIES 2
bcdobbs
Community Champion
Community Champion

It looks like all the cells are on the same row?

 

  • Do you have a similar table imported in Power BI? If so a calculated column will do that for you. Syntax in this case is virtually identical.


Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

That worked great! Thanks for your help!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors