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
I need to add a coumn to my report, based on the value of 2 other columns but only have a value where the specific values are met, anything else should be null or blank.
Status | Owner | New Column |
Open | John Smith | If Status = Open & Owner = John Smith then value = "In Remediation" else blank |
Closed | John Smith | if status = Closed & Owner = John Smith then value = "Remediaiton Closed" else blank |
What I'm trying to acheive i've added to the "New Column" above, is there an easy way to acheive this?
Solved! Go to Solution.
Hi @Jason_Auburn
Please create calculated column as below:
New column= IF('Table'[status]="Open" && 'Table'[Owner]="John Smith","In Remediation", IF(Table'[status]="Close" && 'Table'[Owner]="John Smith","Remediaiton Closed",Blank()))
Let me know your answer!
Click on transform. Select table:
Click add column tab. Click Custom column
Don't forget to give thumbs up and accept this as a solution if it helped you!!!
Hi @Jason_Auburn
Please create calculated column as below:
New column= IF('Table'[status]="Open" && 'Table'[Owner]="John Smith","In Remediation", IF(Table'[status]="Close" && 'Table'[Owner]="John Smith","Remediaiton Closed",Blank()))
Let me know your answer!
Thank you! this worked perfectly
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 |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |