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.
I have a table similar to the one shown below:
Col A | Col B | Condtion X |
A123 | A322 | 1 |
A322 | A300 | 0 |
A232 | A123 | 1 |
What I want to do is filter on Condition X where value is 0 and then append the corresponding Col B values to Col A for the same table. The result will look like below:
Col A | Col B | Condtion X |
A123 | A322 | 1 |
A322 | A300 | 0 |
A232 | A123 | 1 |
A300 | - | - |
Basically, I am adding to Col A the values that are in Col B but not already in Col A.
I want to do this in Power Query (M code) NOT Dax
Hope that makes some sense.
Thanks in advance
Solved! Go to Solution.
@zb134 There may be a more streamlined way to do this without duplicating the table, but off the top of my head I used the following steps:
@zb134 There may be a more streamlined way to do this without duplicating the table, but off the top of my head I used the following steps:
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 |
---|---|
144 | |
87 | |
65 | |
50 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |