Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Sedos101
Helper I
Helper I

Using a single row value in a column to populate a new column

Hi Everyone

 

I was wondering how to do this in Power BI.

 

Basically I have a column which has a row that contains a certain value that I want to use to populate another column entirely. For example below:

 

 
 

Power Bi.PNG

 

Can someone please tell me the power query to do this or if there are options within the menu?

 

Thanks in Advance

1 ACCEPTED SOLUTION
Dinesh_Suranga
Continued Contributor
Continued Contributor

@Sedos101 ,

Hi
Try following M code

if Text.End([#"Date/Time"] , 2) = "PM" or Text.End([#"Date/Time"] , 2) = "AM" then null else [#"Date/Time"]

Then Fill Down.

Thank you.

 

 

 

View solution in original post

1 REPLY 1
Dinesh_Suranga
Continued Contributor
Continued Contributor

@Sedos101 ,

Hi
Try following M code

if Text.End([#"Date/Time"] , 2) = "PM" or Text.End([#"Date/Time"] , 2) = "AM" then null else [#"Date/Time"]

Then Fill Down.

Thank you.

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.