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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors