Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi, I'm trying to create a custom column for inventory purposes. There are two relevant columns I need to include in the formula:
The data I'm bringing into PQ is already populated with some of this data, but I want the custom column to populate via a check on the existing data. The logic would be something like this:
How can I create a custom column formula to capture this logic? I'm having some difficulty composing it with the M language.
Solved! Go to Solution.
Hi @DDesmond
You already have it
if [Out of Possession] <> null then [Out of Possession]
else if [Product_EUD] = null then false
else true
Hi @DDesmond
You already have it
if [Out of Possession] <> null then [Out of Possession]
else if [Product_EUD] = null then false
else true
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
31 | |
20 | |
15 | |
12 |
User | Count |
---|---|
21 | |
20 | |
16 | |
10 | |
9 |