Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |