Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
how do i setup a dax formula that checks if value = Dropped in column B, then replace value "closed" in column A. If not, all values from column A should be transfered to column C.
Colum A: | Column B: | Column C (wanted result): | |
Closed | Dropped | Dropped | |
In progress | Ongoing | In progress | |
Monitor | Ongoing | Monitor | |
Closed | Actual | Closed | |
Closed | Implemented | Closed | |
New | Ongoing | New |
BR Patirk
Solved! Go to Solution.
@Anonymous Try:
Column C = IF([Column B] = "Dropped", "Dropped", [Column A])
@Anonymous Try:
Column C = IF([Column B] = "Dropped", "Dropped", [Column A])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
14 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |