Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi. How can I create a new column of Incident_desc by incident_status_cd?
I want a column showing only Incident_desc for "endorsed" and another column showing Incident_desc for "Submitted"?
Solved! Go to Solution.
@Anonymous , Create two new columns
endorsed = if([incident_status_cd] ="ENDORSED",[Incident_desc], blank())
Submitted = if([incident_status_cd] ="SUBMITTED",[Incident_desc], blank())
@Anonymous , Create two new columns
endorsed = if([incident_status_cd] ="ENDORSED",[Incident_desc], blank())
Submitted = if([incident_status_cd] ="SUBMITTED",[Incident_desc], blank())
Thank you! You are always so helpful!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 78 | |
| 48 | |
| 34 | |
| 31 | |
| 29 |