Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hola, necesito ayuda
Como puedo replicar la formula de la columna "Costeo Real" de excel en una columna calculada en Power BI?
Es un SUMIFS
Hi, I need help
How can I replicate the formula of the Excel "Actual Costing" column in a calculated column in Power BI?
It's a SUMIFS
Solved! Go to Solution.
@Lucy_Ramirez , Try a new column like
SUMX(filter(Table , Table[ID CODE] = EARLIER(Table[ID CODE2])), Table[Costeo])
@Lucy_Ramirez , Try a new column like
SUMX(filter(Table , Table[ID CODE] = EARLIER(Table[ID CODE2])), Table[Costeo])
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.