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

Variación mes a mes

variación de ventas mes a mes = var lastmonth = CALCULATE(SUMA(fact_app[costo]), DATEADD(fact_app[fecha de aplicación], -1, MES)) var thismonth = CALCULATE(SUM(fact_app[cost]), DATEADD(fact_app[appdate], 0, MONTH)) return IF(lastmonth = BLANK(), BLANK(), IF(thismonth=BLANK(), BLANK(), (thismonth/lastmonth)-1))

1 REPLY 1
Syndicate_Admin
Administrator
Administrator

Hola @EML_7
Necesita una tabla de fechas sin fechas duplicadas para las funciones de inteligencia de tiempo.

¿Respondí a su pregunta? ¡Marca mi publicación como una solución!

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.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Top Solution Authors