Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |