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
jorismo
Helper II
Helper II

Replace null value untill

Hi all,

 

Question: My datasource is an xls document with in colum1 an customer, colum2 dates, etc.
But Colum 1 also contains the value null :

 

Colum 1                Colum 2

Customer 1           2016-01-02

null                        2016-01-03

null                        2016-01-04

Customer 2           2016-01-02

null                        2016-01-03

null                        2016-01-04

Customer 3           2016-01-02

null                        2016-01-03

null                        2016-01-04

Customer 4           2016-01-02

null                        2016-01-03

null                        2016-01-04

 

Is it possible to replace the null with the name of that customer? So that we get this:

 

Colum 1                Colum 2

Customer 1           2016-01-02

Customer 1           2016-01-03

Customer 1           2016-01-04

Customer 2           2016-01-02

Customer 2           2016-01-03

Customer 2           2016-01-04

Customer 3           2016-01-02

Customer 3           2016-01-03

Customer 3           2016-01-04

Customer 4           2016-01-02

Customer 4           2016-01-03

Customer 4           2016-01-04

 

 

I hope this is possible!

 

Thanks!

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@jorismo,

You can use Fill down feature in Query Editor of Power BI Desktop to achieve the above requirement.
1.JPG2.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yuezhe-msft
Employee
Employee

@jorismo,

You can use Fill down feature in Query Editor of Power BI Desktop to achieve the above requirement.
1.JPG2.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors