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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
tonybrogan
Advocate I
Advocate I

Calculated Column - Fill Down

Hi Everyone,

 

I'm struggling creating a calculated column for my dataset but surprisingly I have found a measure (thanks Ruth @ Curbal) but it returns blanks when repeated as a column.

 

So my data loads as follows (columns A to F) and my goal is to create Column G:

 

tonybrogan_0-1657871837769.png

 

This is my successful measure:

 

Fill Vendor ID Measure =
MAXX(
FILTER(
ALL('Sample fill data'),
'Sample fill data'[DocumentNo]=MAX('Sample fill data'[DocumentNo])),
'Sample fill data'[Vendor])
 
Any time and help anyone can offer on this will be greatly appreciated.
 
Regards
Tony

 

 

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

Swap the MAX for EARLIER.

--

Next time please post the sample data as text (not  a picture)

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

Swap the MAX for EARLIER.

--

Next time please post the sample data as text (not  a picture)

Fantastic @HotChilli  it worked perfectly as you no doubt expected.

 

Thank you.

 

(The sample data request has been noted for next time).

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors