The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Necesito filtrar la tabla de la fecha seleccionada (del filtro) y menos 30 días.
Si selecciono la fecha del 30 de septiembre, entonces en la tabla veo la información entre el 01 de septiembre y el 30 de septiembre.
Tengo 2 tablas DIM_DATE y FCT_FLOWS, con relación una dirección de DIM_DATE (1) a FCT (*).
Gracias 🙂
@EduardCulai , si selecciona una fecha y desea y desea más de esa fecha en el grupo por, necesita una tabla de fechas independiente en la segmentación de datos
Date1 es una tabla de fechas independiente, la fecha se une a la tabla
nueva medida =
var _max = maxx(allselected(Date1),Date1[Date])
var _min = _max -30
devolución
calculate( sum(Table[Value]), filter('Date', 'Date'[Date] >=_min && 'Date'[Date] <=_max))
Necesidad de una tabla de fechas independiente:https://www.youtube.com/watch?v=44fGGmg9fHI
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |