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.
Hello All. I have to create a calculated column using the below excel formula. How can i achieve this in power bi? Any help would be much appreciated.
Thanks in Advance!
Excel Formula:-
=IF(SUMPRODUCT(--ISNUMBER(SEARCH({"DTW"},M7)))>0,DATEVALUE(I7),
IF(OR(I7="",ISERROR(T7),SUMPRODUCT(--ISNUMBER(SEARCH({"ITW"},M7)))>0),1,
IF(WORKDAY(I7,T7)<TODAY()-3,2,
WORKDAY(I7,T7))))
In power bi table, these excel columns represent as below :
M7 = deliver_code (M7 column in excel, represents "deliver_code" column in power bi table)
I7 = ets_to_wh (I7 column in excel, represents "ets_to_wh" column in power bi table)
T7 = Estimated_transit_times (T7 column in excel, represents "estimated_transit_times" column in power bi table)
Solved! Go to Solution.
@Anonymous Have a look at this:
Excel to DAX Translation - Microsoft Power BI Community
@Anonymous Have a look at this:
Excel to DAX Translation - Microsoft Power BI Community