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 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
121 | |
79 | |
48 | |
38 | |
31 |
User | Count |
---|---|
192 | |
79 | |
70 | |
50 | |
42 |