Forum Discussion
Jedahn
3 years agoFrequent Visitor
Dax Formula
Hello PowerBI Community, So I have two datasource in excel. First is the "Target" table which contains the names of the customers that the employees need to call. Second is the "Actual" table tha...
BrianConnelly
Resolver III
3 years agoI would probably start with the lookup function and add rules as needed...
LOOKUPVALUE(
<result_columnName>,
<search_columnName>,
<search_value>
[, <search2_columnName>, <search2_value>]…
[, <alternateResult>]
)