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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.