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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
maricelgg
Regular Visitor

How to complete a column depending on values or another?

Hi, I need to fill in the blanks of this column with the value ("Nombre ganador") that corresponds to the "Nombrelicitación" column. That is to say: JORGE PIDDO Y CIA LTDA. it must appear for all bids "Consultoría de Varios Puentes Valdivia y Ranco"; LOUIS BERGER CHILE S.A. it must appear in all the "ATIF Ampliación Cañal Bajo FASE 1", etc.

Please can you helpme

Thanks

Hola, necesito completar los vacíos de esta columna con el valor (Nombre ganador) que corresponde a la columna NombreLicitación. Es decir: JORGE PIDDO Y CIA LTDA. debe aparecer para todas las licitaciones "Consultoría de Varios Puentes Valdivia y Ranco"; LOUIS BERGER CHILE S.A. debe aparecer en todos los "ATIF Ampliación Cañal Bajo FASE 1", etc.

Pueden ayudarme por favor, gracias!

 

 

maricelgg_1-1649366987927.png

 

1 ACCEPTED SOLUTION
v-kkf-msft
Community Support
Community Support

Hi @maricelgg ,

 

Please create a new column:

 

Column = 
CALCULATE (
    MAX ( 'Table'[Nombre ganador] ),
    FILTER (
        'Table',
        'Table'[Nombrelicitación] = EARLIER ( 'Table'[Nombrelicitación] )
    )
)

vkkfmsft_0-1649833116102.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @maricelgg ,

 

Please create a new column:

 

Column = 
CALCULATE (
    MAX ( 'Table'[Nombre ganador] ),
    FILTER (
        'Table',
        'Table'[Nombrelicitación] = EARLIER ( 'Table'[Nombrelicitación] )
    )
)

vkkfmsft_0-1649833116102.png

 

If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Please provide sanitized sample data that fully covers your issue. If you paste the data into a table in your post or use one of the file services it will be easier to assist you. Avoid posting screenshots of your source data if possible.

Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.

https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

Top Kudoed Authors