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