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
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.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 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.

Top Solution Authors
Top Kudoed Authors