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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
kylee_anne
Helper II
Helper II

Fill Down Problem

My data is imperfect and I have a column containining area and discipline values.  So I can keep both I thought if I copied the column, replaced discipline with blank or null, then filled down I could get the area too.  As steps in Power Query.  But it's not working.  I can't replace with either discipline or blanks with null and I can't fill down.  What am I missing?

1 ACCEPTED SOLUTION
slorin
Super User
Super User

Hi,

Add a new column

if Text.StartsWith([WBS], "WBS") then [WBS] else null

 or

if [Level]<3 then [WBS] else null

 then Fill Down

 

Stéphane

View solution in original post

4 REPLIES 4
slorin
Super User
Super User

Hi,

Add a new column

if Text.StartsWith([WBS], "WBS") then [WBS] else null

 or

if [Level]<3 then [WBS] else null

 then Fill Down

 

Stéphane

Thanks.  Just for my understanding so if I add a little code to Power Query it works.  If I try to do it all visually it doesn't.  Does it always work this way?

kylee_anne
Helper II
Helper II

OK.

 

kylee_anne_0-1701069914953.png

Sorry I just snipped a bit.  WBS covers area and discipline so I want to copy that column, remove discipline labels and fill down WBS.  And I can't, even if I do multiple steps.  Replace CIV,SMP, E&I with blank, replace blank with null then fill down.  Ideas?  I then unpivot so ultimately I'm looking at histograms over time and I can filter by area or discipline.

PijushRoy
Super User
Super User

Hi @kylee_anne 

Could you please share a screenshot of the issue? Please share some sample data as excel format (not sensitive)




Did I answer your question? Mark my post as a solution!
Appreciate your Like/Kudos

Proud to be a Super User!





Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.