Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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)
Solved! Go to Solution.
It looks like all the cells are on the same row?
It looks like all the cells are on the same row?
That worked great! Thanks for your help!