cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors