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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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