Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hola @jlf ,
Puede crear una columna calculada como se muestra a continuación para suponer, suponga que tiene una tabla de fechas en su modelo:
Due Date =
MAXX (
TOPN (
'Table'[Day term],
FILTER (
ALL ( 'Date' ),
WEEKDAY ( 'Date'[Date], 2 ) < 6
&& 'Date'[Date] > 'Table'[Order date]
),
'Date'[Date], ASC
),
'Date'[Date]
)
Saludos
¿Su modelo de datos incluye una tabla de calendario con una columna que identifica los días laborables, los fines de semana y los días festivos?
¿Qué granularidad necesitas? ¿Días enteros, horas, algo más?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.